The Thankyou Tab

The Thank You message appears after the user fills the form. It can be customized with your form's fields ids and with global placeholders. For instance you could use something like:

«Dear {firstname} {lastname},

Your information has been successfully stored and you will be contacted shortly.»


Where firstname, lastname are field ids in your form.

To make things clear, if your form has these fields: lastname, firstname, email, phone, city

You can use the following placeholders:

  • {lastname} - will output the value that the user typed in the lastname field
  • {firstname} - will output the value that the user typed in the firstname field
  • {email} - will output the user's email
  • {phone} - will output the user's phone
  • {city} - will output the user's city 

You can also use a number of global placeholders:

  • {jos_sitename} - will output the name of your site that you configured in Joomla
  • {jos_siteurl} - will output the http address of your site
  • {jos_userip} - will output the user's IP address
  • {jos_user_id} - will output the user's ID if the user is registered, or null if not.
  • {jos_username} - will output the user's username if the user is registered, or null if not.
  • {jos_email} - will output the user's email address(the one that he configured on registration) if the user is registered, or null if not.

One person found this article helpful.


Was this article helpful?

Yes No
Sorry about that