MikeMike2
11 years agoQrew Member
how do I add a save button to a form?
Looking to add a save button to a form, I am sending the user to a Survey and want to embed a Save button at the bottom of the form in case the existing save button in the top right is not obvious enough.
I am using this
<button id="btnFormSaveDone" class="Vibrant Success" onclick="OnClickSave(kFormAndDone)">Save</button>
And the result is
"The text to be displayed here contains an event handler. Event handers are not allowed.
I am using this
<button id="btnFormSaveDone" class="Vibrant Success" onclick="OnClickSave(kFormAndDone)">Save</button>
And the result is
"The text to be displayed here contains an event handler. Event handers are not allowed.