By Andrew Neighbour on Saturday, 16 June 2018
Posted in General Issues
Likes 0
Views 501
Votes 0
Hey guys! Is there an easy way to add an age "certification" on the subscription form since we want people to confirm that they are 18 or older before subscribing.

An example might be as in attachment...

Ideally, the register button would only work if they check the age box?

Thanks,
Andrew
Hello Andrew,

It's possible by customization in registration template. The simplest way to do , refer below mentioned solution.
Go to root/plugins/payplansregistration/auto/auto.tmpl/registration.php, add below mentioned line no of code after line no. 103. see attached screen shot.

<input type="checkbox" name="certification" value="certification" required class="pp-certification"/><?php echo XiText::_('I confirm that I am 18 years or older'); ?>


Let me know if you have any query.
·
Sunday, 17 June 2018 01:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Manisha:

You are amazing!!

Thank you,
Andrew
·
Sunday, 17 June 2018 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Andrew, glad that your issue is resolved now
·
Sunday, 17 June 2018 02:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post