Avada Form Options

Last Update: December 10, 2025

For each Avada Form you create in the Avada Form Builder, there is an Options panel to customize its appearance, specify submission options, create notifications and confirmation messages, and set privacy options.

In the Avada Builder (the back-end editor), the Form Options are found at the bottom of the page, where the Page Options usually reside. In the Avada Live Visual Builder, as you can see in the image below, they’re in the Sidebar, again, where the Page Options typically reside.

Avada Form Options

Settings

This page controls the Avada Form’s Page Title and Slug.

General

  • Enable Member Only Form – Select if you want to display this form to only logged-in users with specific user roles. Choose from Yes or No.

  • YesSelect User Role(s) – Select the user role(s) you want to display this form to. Leaving blank will display the form to any logged-in user. Choose from Administrator, Editor, Author, Contributor, or Subscriber.
  • Views Counter – (Default/Page Load/Ajax/Disabled) – Set the method to update the form views, or disable them entirely. The “Page Load” option will be updated using PHP when a page is retrieved. “Ajax” will send an additional request after the page loads. Leave empty for the default value of “Ajax”.

  • Form Views Counting – (Default/All/Logged Out/Non-Admins) – Select which types of users will increase the form views on a visit. Leave empty for the default value of “All”.

  • Security Nonce Method – Select the method that is used to add a nonce field to the form. Note that Localized might cause problems if the page’s HTML is cached.

Submission

The Submission options control what happens when someone submits the form. Depending on the Submission Type selected (AJAX or POST), various options will be available. Select “AJAX” to store form data using predefined methods and “POST” if you want to implement your own.

Submission Type: AJAX

  • Form Actions – (Save To Database/Send To URL/Mailchimp/HubSpot/Open Off-Canvas) – Select actions to apply when the form is submitted. Multiple selections can be made.
  • Save To Database – You can view and manage form submissions by going to Form Entries section and selecting the form from the dropdown list. In general, storing form data in a database table is a convenient way to manipulate the data and create stats, perform analysis, etc. The database table can be easily exported or connected to an automated script that can perform all sorts of data analysis for you.
  • Send To URL – Depending on the script running on that URL, submission data could be caught and processed, either by a custom script, or through a dedicated URL provided by a newsletter service supplier. Also, it allows you to show a custom success page, with Call To Actions, etc.
  • Submission Method: Post – Appends form-data inside the body of the HTTP request. There are no size limitations, and the data is not part of the URL, thus it is more secure.
  • Submission Method: Get – Appends form-data into the URL in name/value pairs. It has a limit of a few thousand characters, so it is not the right option if you send sensitive data. It is convenient, though, for creating bookmarks and for extracting the data (which the site owner has to do).
  • Form Submission URL – Enter the URL where form data should be sent to.
  • Custom Headers – If you are using this form to integrate with a third-party API, you can use custom headers to implement authentication or pass-on any extra headers the API requires.
  • Custom Header Key – (Displays when “Add Header” is selected) Enter the key for the request’s custom header. Example: Content-Type
  • Custom Header Value – (Displays when “Add Header” is selected) Enter the value for your custom header.
  • Mailchimp Action – Select if you want to perform a Mailchimp action after form submission.
  • HubSpot Action – Select if you want to perform a HubSpot action after form submission.
  • Open Off-Canvas – You can also trigger an Off-Canvas to display upon the submission of an Avada Form.
  • Off-Canvas Action – Select Off-Canvas to open after form submission.
  • Login​ – This action allows you to map fields from the form to the WordPress login fields.

  • Register​ – This action allows you to map fields from the form to the WordPress registration fields.

  • Lost Password​ – This action allows you to map fields from the form to the WordPress lost password field.

  • Reset Password​ – This action allows you to map fields from the form to the WordPress reset password field.

Submission Type: Post

  • Form Actions – (Post/Get) – Make a selection for form submission method. Select from “Post”, or “Get”.
  • Post – Appends form-data inside the body of the HTTP request. There are no size limitations, and the data is not part of the URL, thus it is more secure.
  • Form Submission URL – Enter the URL where form data should be sent to.
  • Get – Appends form-data into the URL in name/value pairs. It has a limit of a few thousand characters, so it is not the right option if you send sensitive data. It is convenient, though, for creating bookmarks and for extracting the data (which the site owner has to do).
  • Form Submission URL – Enter the URL where form data should be sent to.

Appearance

With these options you can customize the overall appearance and styling of your Avada Form, including colors, margins, borders, and more.

  • Preview Width – (0-100%) – Select the width to preview the form at in the live editor. Note: this is only used for previewing purposes.
  • Preview Background Color Choose a background color for the form preview in live editor. NOTE: This is only used for previewing purposes.

  • Label Position – Make a selection for form input fields labels position. Choose from Above, or Below.

  • Label Font SizeControls the font size of the form labels text. Use any valid CSS value. Leave empty for default value.

  • Required Field Symbol DecorationChoose if you want to display the required field symbol text decoration or not.

  • Tooltip Text Color – Controls the text color of the field tooltip.

  • Tooltip Background Color – Controls the background color of the field tooltip.
  • Field Margin – Controls the vertical height between form fields. In pixels (px), ex: 10px.

  • Field Height – Controls the height of the form fields. Use any valid CSS value. Leave empty for default value.
  • Field Font Size – Controls the font size of the form fields text. Use any valid CSS value. Leave empty for default value.
  • Field Background Color – Controls the background color of the form input field. Leave empty for default value.
  • Field Text Color – Controls the text color of the form input field. Leave empty for default value.
  • Field Label Color – Controls the label color of the form input field. Leave empty for default value.

  • Field Placeholder Color – Controls the label placeholder of the form input field. Leave empty to use a faded version of the form text color.
  • Field Border Size – Controls the border size of the form fields. Leave empty for default value.
  • Field Border Color – Controls the border color of the form input field. Leave empty for default value.
  • Form Border Color On Focus – Controls the border color of the form input field on focus. Leave empty for default value.
  • Field Border Radius – Controls the border radius of input field. In pixels. Leave empty for default value.

Notifications

With the Notification options, you can add any number of notifications of the submission of your form. These could be in the form of an auto reply to the sender, or a direct email submission, just to name a few. You can also have multiple notifications for the same form. See the How To Set Up Form Notifications doc for a full rundown on Notifications.

In the notification options, field names within square brackets can be used as placeholders which will be replaced when the form is submitted, ie: [email_address]. For more information on this, check out our Form Placeholders doc.

  • + Add Notification – Click this to add a new notification for the form.

  • Notification
  • Label – Enter notification label.

  • Email – Enter email ID where form data should be sent to. If left empty, email will be sent to the WordPress admin.

  • CC EmailEnter additional CC emails. Add one address per line.

  • BCC EmailEnter additional BC emails. Add one address per line.

  • Email SubjectEnter email subject. If left empty, the form title will be used.
  • Encode Email Subject Select if you want to encode email subjects. This helps to display special characters correctly in the subject field. A few hosting environments and email clients might have issues with this setting.

  • Email From Name – Enter email from name. If left empty, WordPress will be used.

  • Sender Email Enter sender email address. If left empty, wordpress@sitename.com will be used.
  • Reply To Email Enter reply to email address.
  • Attach Uploaded FilesAdd uploaded files as email attachments.

  • Custom AttachmentSelect a custom attachment to be sent along in the notification email.

  • Wordwrap For LabelsSet to “yes” to enable wordwrap for labels in the notification email.

  • Email Message – Enter email message, leave empty to get the default message with all form fields. You can add form fields to the message by insert field name wrapped with square brackets ie: [email_address], also you can add all fields with [all_fields] tag.

  • Conditional LogicAdd conditional logic for the notification. The notification will only be sent, if the set conditions are met.

Confirmation

With these options you can control the overall appearance of your Form, including colors, margins and borders.

  • Form Confirmation Type – Select what should happen after the form is submitted successfully. Choose from Display Message, or Redirect To URL. When using Display message, you use the Notice Element in your Form to display your Success and Failure Messages. These can be placed anywhere in the form, for example at the bottom, or the top. If they are at the top, when the user submits the form, the page will scroll to the top of the form and display the message.

  • Redirect URL– Only displays if above option is set to Redirect To URL. Enter the URL which the user should be redirected to after a successful submission.

Privacy

With these options you can control the privacy options for the Form.

  • Store IP and User-Agent – Select if you want to store the IP and User-Agent on submissions. Depending on the legislation that applies to your site, you may need to disable this option. Choose from Yes, or No.

  • Submission Expiration Time(Months) – Select the duration for which form submissions will be kept in months. You can choose what happens on expiration below.

  • Submission Expiration Action – Choose what will happen when the time defined above comes to pass. If you have selected to log the user’s IP & UA above, selecting “Anonymize IP and User-Agent” will delete these from the log. If you want old entries to be deleted automatically after a certain time, then select “Delete Submission”.

Custom CSS

On this tab, you can add Custom CSS to the Form.

  • CSS Code – Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed. Don’t URL encode image or svg paths. Contents of this field will be auto encoded.

Import / Export

On this tab you can export and import form options.

  • Import Page Options – Import Page Options. You can import via file or copy and paste from JSON data.

  • Export Page Options – Export your Page Options. You can either export as a file or copy the data.

In this article