HTML Field is not working properly or limitations?
-
Hello forminator support,
Your plugin is my favourite one and very nice among the other form builder plugins.
But last few days, I noticed that html field is not working with some attributes such as ‘onkeypress’ and ‘maxlength’. I used the following codes in html field .
<input type="text" id="username" name="userid" maxlength="12" onkeypress='return event.charCode >= 48 && event.charCode <= 57'>
After saving the field, onkeypress attribute is totally disappeared and not working anymore. The codes are changed to as follow automatically-
<p><input id="username" maxlength="12" name="userid" type="text" /></p>
Besides, although there is maxlenght attribute, it is not working in front end. Sometimes, the html fiels is totally disappeared in front end.
May I know is it a limitation or how can I overcome it please?
The page I need help with: [log in to see the link]
- The topic ‘HTML Field is not working properly or limitations?’ is closed to new replies.