Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 1 reply, 2 voices, and was last updated 10 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
07/19/2016 at 7:20 pm #383469
valli
ParticipantHi Stephen,
Again, you are the absolute best plugin developer and I adore your products and support.I have just started using Form. The Directory display page has some instructions for people to explain the search box, the “View All” link and the “Submit New Entry” link.
I would like to remove those instructions from the Form display page. The “edit page” link takes me back to the Directory display page. I need to edit the /submit/ page.
Here is the Form display page enter link description here
07/20/2016 at 10:52 am #383584Steven Zahm
Keymaster@ valli
Hmmm, yes, this is a good question. Even though the pages appear to change (according to the browser address bar) you actually never leave the one page. This is why the text appears in both locations. Probably the best way to handle this would be to add the instructions text using action but this is a little more complex.
Install the Code Snippets plugin.
Add a new snippet with the following code:
add_action( 'cn_list_return_to_target', 'cn_directory_instructions' ); function cn_directory_instructions() { ?> <p>Below is the current directory of healthcare professionals who have been trained in the use of the Comprehensive Resource Model. Here’s how to use this directory:</p> <ul> <li>Use the search box below to search for a particular city, state, country or name.</li> <li>Use the “View All” link below to switch to a list of names in the directory</li> <li>Use the “Submit New Entry” link below if you are have successfully completed the CRM Basic Module training and would like add your practice to the directory. Entries will be reviewed prior to being added.</li> </ul> <div class="su-divider su-divider-style-double" style="margin:15px 0;border-width:3px;border-color:#899bbb"></div> <?php }Save and Activate the snippet to run in the frontend only.
You should then be able to remove the instructions from the page itself.
Hope that helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
