agree to terms & conditions befor registration

This topic contains 2 reply and 2 voices, and was last updated by Nayem 9 years ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
April 15, 2015 at 11:34 am 41377
Nayem I want to create a checkbox that users must check before they register to agree to therm and i did check out the link for the instructions, but it is for dokan plugin Im using dokan theme where do i make that changes ?
April 15, 2015 at 11:36 am 41379
Oleg Oleg

Also my emails are not being sent

April 15, 2015 at 2:01 pm 41403
Nayem Nayem

Please open Dokan plugin/includes/tempalte-tags.php. In this file you have to add those line after line number 476-

<p class="form-row form-group form-row-wide">
<label><input name="terms" required="" type="checkbox" value="checked" />
I agree to the <a href="#">terms and conditions</a><span class="required">*</span></label>
</p> 

Thanks.

Viewing 2 Posts - 1 through 2 (of 2 total)