$w WixForms
A $w
element for enabling your site contacts and visitors to work with the Wix Forms app. Learn more.
Additional information about this section
Perform actions on an object
- collapse( )
Collapses the element and sets its collapsed property to true.
- expand( )
Expands the element and sets its collapsed property to false.
- hide( )
Hides the element and sets its hidden property to true, using an effect if specified.
- show( )
Shows the element and sets its hidden property to false, using an effect if specified.
- onWixFormSubmit( )
Adds an event handler that runs when a site visitor starts to submit a Wix Form yet before the form is actually submitted and sent to the server.
- onWixFormSubmitted( )
Adds an event handler that runs when a site visitor submits a Wix Form and it is successfully received by the server.
- onWixFormSubmittedError( )
Adds an event handler that runs when a site visitor is not able to successfully submit a Wix Form to the server.