Skip Navigation

[Resolved] How to change the submit button text with relationship forms

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to change the submit button text with relationship forms

Solution:
You can change the text of your submit button on relationship forms by adding the label attribute to your relationship form's submit button shortcode.

For example;

[cred-form-submit field='submit' name='submit' label="custom label text here"]

Relevant Documentation:

This support ticket is created 4 years, 12 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by tobiasF-3 4 years, 12 months ago.

Assisted by: Minesh.

Author
Posts
#1387659

Thank you Minesh, for taking the time for this thorough answer. So in short, if I understand correctly: what I want is currently not possible? But you have told the developers to think about it and you recommend me also putting a request for this feature? Correct?

In the meantime I have looked at the toolset real estate site. They solve it by just giving dropdowns for each element. So I will do the same: a dropdown for Languages and a dropdown for dialects.

A related question: how can I change the 'Search for a post' text in the dropdown? And also the 'Submit' text in the action button?

Thx for your continued support!
Tobi

#1387661

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You can change the text of your submit button by adding the label attribute to your relationship form's submit button shortcode.

For example;

[cred-form-submit field='submit' name='submit' label="custom label text here"]
#1388237

Thanks a lot, don't know, how I could have missed that one, I was looking at the shortcodes at toolset.com, but for some reason overlooked this on. Sorry about that and thank you. My issue is resolved now. Thank you!