Post Submission Handling of Data

Here, you can set what happens after the form is submitted from the frontend.

1. Save in Database

Enable to save the record in the database table.

2. Create User

A new Joomla user is created. You can use this if you use email field in the form.

3. Add User to Group

Select the user group to add the user to any specific Joomla group.

4. Save User Custom Fields

After enabling, you can configure the values of user custom fields that will be saved.

Custom Field: Select the user custom field.

Type: Select to set the fixed value or increment existing numeric value.

Value: Enter the value that will be saved.

5. Send Emails

Enable to send emails to the admin or users submitting the form. You can configure any number of emails to be sent.

  • From Email
  • From Name
  • Reply-To Email
  • To Email
  • Subject
  • Message

6. Send Post

Enable this to send the form submitted data to any external Url through POST. You can also add additional headers.

Post Url: Enter the Url where the data will be submitted.

Post Headers: Add any headers (Key and Value) that will be sent along with POST request.