Problem: When I view my CRED edit form, it is placed in the content view of the post being edited. I would like to include the edit form in a separate page.
Solution:
This is actually possible to do and the way to do it requires a small setup process.
First what you need to do is create a page that will hold the form itself and then add your equivalent of this shortcode to this page.
[cred_form form='1467' form_name='Edit Post' post="[wpv-search-term param='post_id']"]
We used the [wpv-search-term] shortcode to dynamically load a different form based on the id that is passed in the url.
Next you need to go to your post/content template and hard link to the form page.
<a href='domain.com/form-page?post_id=[wpv-post-id]'>Edit Post</a>
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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
Dieses Thema enthält 2 Antworten, hat 2 Stimmen.
Zuletzt aktualisiert von vor 7 Jahren, 7 Monaten.
Assistiert von: Christian Cox.