Using Custom HTML Instead of [input]
-
I’m using the free version of Formidable and, as you know, certain HTML5 attributes such as type=”tel” are not supported. My question is, if I go to the “Customize HTML” tab and replace the [input] in the code for a particular with the HTML it outputs, but add an HTML5 attribute to it, will this cause any issues or cause that input to not have its input properly sanitized, or anything else negative that I might not be thinking of?
As an example, I would swap out:
[input]
for:
<input type="tel" id="field_rmv1h" name="item_meta[18]" value="" data-invmsg="Please enter a valid email address">
Thanks!
- The topic ‘Using Custom HTML Instead of [input]’ is closed to new replies.