What's your biggest current challenge? Have your say in Community Polls along the right column.

Debut Theme's Phone Number on Registration

Debut Theme's Phone Number on Registration

Cityluxe
Tourist
4 0 1

Need help please.

 

I am trying to add a "phone number" field in the sign up/registration flow of our store. I already tried the recommendations I read on the web on adding a script for phone number, but whatever I put as added script won't work. Is there a way to do it without adding an app?

 

I'm okay having the phone number go directly to the "notes" or "tag" portion of the account admin page, as long as there is a way for us to capture the phone number.

 

Our store is https://cityluxe.sg/

 

Thanks!Screenshot 2024-03-08 at 8.38.28 PM.png

Replies 3 (3)

Cityluxe
Tourist
4 0 1

Our store is cityluxe.sg

stefansweb2020
Shopify Partner
134 10 5

You need custom script taking custom input form user or you can try this app https://apps.shopify.com/customr/?ref=forum

 

  <div class="phoneNumber">
    <label for="phoneNumber">Phone number</label>
    <input id="phoneNumber" type="text" name="customer[note][PhoneNumber]" />
  </div>

 

banned
Cityluxe
Tourist
4 0 1

Hi,

 

How do I exactly insert that code. Like this? It doesn't work. 😞Screenshot 2024-03-09 at 5.19.44 AM.png