If you want to change the field label, go to the plugin’s fields tab and for that field in the list click on “edit” then change the label.
You can do this for any of the custom fields. In the case of the default TOS (Terms of Service) field however, do not change checked value (“agree”) or some of the plugin’s default functionality around this field may not work correctly. But you can easily/safely change the label.
With the default popup you can make it look like whatever you want it to look like. The default dialog accepts basic HTML and you can edit this in the plugin’s dialogs tab. Alternatively, you can use a regular page in WordPress. To have that open from the TOS link, set the location of this page in the TOS dialog with the TOS page shortcode.
Thread Starter
Louisv
(@louisv)
Chad
Thank you for the reply. In the settings/fields, I titled it “terms and conditions”, you can see a desktop view here
But on the actual form on the website it appears as “TOS”, image here
Am I misunderstanding something? Thanks.
Sorry – I misspoke about changing the label. That particular field does not use the label for the field.
The text that is displayed can be filtered with the wpmem_tos_link_txt filter.
Thread Starter
Louisv
(@louisv)
Chad,
Thanks for the help. I tried adding that code with Simple custom CSS, but its not working…probably not the right way of doing it. Can I just add it to the top of forms.php?
Can I just add it to the top of forms.php?
You should never edit any of the plugin files directly. Custom functions such as that go in your theme’s functions.php file.