terms and conditions

Support forumCategory: Questionsterms and conditions
Kim Petrivelli asked 7 years ago
Hi.. Who do I make a terms and conditions "link" ??? All I can do is just to add the checkbox for it but not make a terms and conditions my customer have to read !!!!
3 Answers
Nikola Loncar Staff answered 7 years ago

Hi Kim,
there is no such option but it will be added. Until then you can edit the template file. If you are using bootstrap version of form you can open easy-wp/main/src/templates/ea_bootstrap.tpl.php and find this code :
<%= settings['trans.iagree'] %>

and replace with :

<a href="LINK_TO_EULA" target="_blank"><%= settings['trans.iagree'] %></a>

If you want to comment further on this topic please register :)

 

Best regards,

Nikola

xtel answered 7 years ago
Hi Nikola,
the link to Terms & Conditions would be very nice!
Please, add this to your plugin.
Thanks. Petr
nadeem_shareef answered 4 years ago
Hi Nikola I have added this link now to the plugin code but can you please make this as a feature because everytime we update the plugin, this code is being wiped off and needed to be added again and again.  Appreciate your support!  Thanks