Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Sample events > Appearance

Add a custom field to the form

Scroll Prev Next More

 

To add a custom field to the form, follow the instructions below.

 

 

1. Proceed to the Editor page, switch to the HTML mode and add a custom input field to your form. Make sure you specify the field ID.

 

<INPUT id=test type=text>

 

2. Add the following code to the JavaScript OnLoad event of the page where the custom field was added: