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?