Changing the label of an element in the email

The element’s label is shown in two places:

  • The error page for non-JavaScript users (nojs.php)
  • The notification email

To change the label of the element, locate the line of code that creates the element in process.php. The second string of text you specify when creating the element is the label.

If you wanted to change the type_the_word element to say Security code in the non-JavaScript page for example, then change it like so:

1
$captcha = new Quform_Element('type_the_word', 'Security code');
$captcha = new Quform_Element('type_the_word', 'Security code');
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy