Hi Michelle,
Thank you for contacting us and I'd be happy to assist.
Your observation is correct and the issue of the missing default label for the relationship form submits button has been reported to the concerned team already.
( ref: https://toolset.com/forums/topic/submit-button-not-displaying-correctly/ )
If you're referring to the form usage at "Add Electronic Health Records Systems" ( at yourwebsite.com/form/add-ehr/ ), I noticed that the child post-selection field "HCCN" is hidden.
As the value of a child post remains un-selected, the form doesn't work to add a new connection.
To avoid this, you can follow these steps:
1. You can update your form's shortcode on the page, to listen to a URL parameter value, for example, "hccn-id" to get the target "HCCN" post's ID:
( ref: https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-search-term )
Current form shortcode:
[cred-relationship-form form='manage-ehr-form']
Updated form shortcode:
[cred-relationship-form form='manage-ehr-form' child_item='[wpv-search-term param="hccn-id"]']
Once you'll visit the same page, with this URL parameter and the HCCN post's ID ( for example yourwebsite.com/form/add-ehr/?hccn-id=1389 ), the child post's field will be automatically selected in the hidden field.
2. In the content template for the single HCCN post, where you've added a link to this new connection page, you can update the link to include the current post's ID in the URL parameter:
<div class="list"><a href="[wpv-post-url item='1895']?hccn-id=[wpv-post-id]" class="et_pb_button">Add an EHR</a></div>
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar