I would like to change the text on the submit button based on data in the url parameter.
Can I do that?
<div class="form-footer-navigation">
<span class="change-later-text">Don't worry, you can always change later</span>
[cred_field field='form_submit' output='bootstrap' value='View Target Skills' class='btn-primary toolset-home-v2']
</div>

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Yes, you can catch the URL param value using the Toolset View's shortcode [wpv-search-term param="url-param-name"]:
For example:
[cred_field field='form_submit' output='bootstrap' value='[wpv-search-term param="submit_btn_text"]' class='btn-primary toolset-home-v2']
Where:
- submit_btn_text is the URL param name and it will display the text assigned to this param.
More info:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-search-term
My issue is resolved now. Thank you!