How to add button on Form

Hi,

How do we add button beside the submit button on Form?
Want to add Clear / Reset button to trigger JS Query which clear value on form

Regards,
Charlie

Hi Charlie,

I answered a similar question on another thread.

If you’d like to have finer-grained control on form elements and button associations, you’ll have to use the individual widgets/components (rather than the form builders.)

I hope this helps.

Hiren

Hi Hiren,
Yeah… but with the component and button… We need to create our required validation using JavaScript query, while form is already prebuild required validation

Something you can do is put an onBlur query on the textbox and use that to perform validation. If validation fails, you can disable the button.