Is it possible to set the default HTML used by Custom forms?
That is, it’s possible to write custom code using bodycopies, but this has to be done for each custom form.
Noting the responses to Charlie W’s and Charlie W’s posts it seems as though this is the only option.
We’d prefer if the Custom form wrote nice HTML5 code from the start, rather than old-school, party-like-it’s-1999 HTML 4 Transitional table layout.
We’ve used a modified version version of Charlie W’s and it works very nicely.
But we’d prefer that this code was applied by default, so that we didn’t have to code every form by hand, and users with less HTML skill could build their own forms without developer intervention.
Is this possible?
Set default HTML for Custom forms
dmckinnon
(Dmckinnon)
#1
Edison_Wang
(Edison Wang)
#2
It's on our roadmap, second most important feature currently.
We are planing to change the default code to be WCAG accessible HTML code, which uses semantic format instead of tabular format.
There is also a few minor format improvement as well, such as required field has a *. Error messages are displayed next to the question input etc.
For backwards compatibility, existing forms would have to enable this mode manually. Newly created forms should have the new format turned on by default.
We are just waiting for available developer resource to make it happen.