


Hey,
I am currently trying to set up a landing page where one of the inputs is a telephone number.
<input name="phonenumber" title="Confirm your Phone Number:" class="textInput defaultText" id="control_PHONENUMBER" style="border-radius: 6px; margin: 0 3px 5px 0px;" oninput="updatePhoneNumber(this.value)" type="tel" placeholder="555-555-5555" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" label="phonenumber" />
I have saved this code a few times, and when I reopen, the type is changed to text. Any suggestions on how to get it to get for a phone number?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
Total Likes
Hello @bryceh57660644 ,
After Making changes to your input form from the source tab of page activity. DONT navigate to editor tab. This will convert the type='tel' to type='text'.
So whenever you are opening the activity. Navigate immediately to source tab. DONT let the editor tab load.
This will fix the issue. Sharing the screen of how it is appearing for me by following this approach
Let me know if that helps
Views
Replies
Sign in to like this content
Total Likes
Hello @bryceh57660644 ,
After Making changes to your input form from the source tab of page activity. DONT navigate to editor tab. This will convert the type='tel' to type='text'.
So whenever you are opening the activity. Navigate immediately to source tab. DONT let the editor tab load.
This will fix the issue. Sharing the screen of how it is appearing for me by following this approach
Let me know if that helps
Views
Replies
Sign in to like this content
Total Likes