Adding the "terms and conditions" field

This topic contains 3 reply and 2 voices, and was last updated by Nayem 8 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 22, 2015 at 9:41 pm 44898
Nayem Hi, I am trying to add the terms and conditions field and have followed the instructions here http://docs.wedevs.com/add-more-fields-dokan-registration-form/ When I add in the required code (below) and change the '#' to my desired page www.domain.com/test it actually opens as wwww.domain.com/my-account/www.domain.com/test and errors out. What am I doing wrong? Code added: <p class="form-row form-group form-row-wide"> <label><input name="terms" required="" type="checkbox" value="checked" /> I agree to the www.domain.com/test">terms and conditions<span class="required">*</span></label> Thanks
May 23, 2015 at 11:55 am 44919
Nayem Nayem

You have to link the page not the entire domain. Please check this code-

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

Thanks.

May 24, 2015 at 12:39 am 45011
Fearg Fearg

Great, that works for me now. Thanks again Nayem

Fearghal

May 24, 2015 at 10:05 am 45027
Nayem Nayem This reply has been marked as private.
Viewing 3 Posts - 1 through 3 (of 3 total)