Categories

How to change fields’ validation notices in RD Mailform

Carey Burns August 31, 2018
Rating: 5.0/5. From 1 vote.
Please wait...

Hello, our support team is ready to present you a new tutorial that shows how to change fields validation notices in RD Mailform.

  1. The changes should be made in the form html code. You should perform changes to the code of each field in the form in the contacts.html file (or other file , depending on form location on your site).

  2. For example, to change the validation notice for field Name find and edit the following line:

    <input id="contact-form-first-name" type="text" name="name" data-constraints="@Required" class="form-control">
  3. Edited code should look like this:

    <input id="contact-form-first-name" type="text" name="name" data-constraints='@Required(message="Some text text")' class="form-control">
  4. Basically, we have changed data-constraints=”@Required” to data-constraints=’@Required(message=”Some text text”)’

  5. Save changes to file when you are done and test the form.

This entry was posted in JS Animated tutorials and tagged notice, rd-mailform, validation. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket