Skip Navigation

[Resolved] editing form not displayed

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

Problem:
editing form not displayed with elementor

Solution:
To display the edit form when you are using elementor, you need to create a page that holds the form.

You can find the proposed solution, in this case with the following reply:
https://toolset.com/forums/topic/editing-form-not-displayed/#post-1613581

Relevant Documentation:
=> https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/#1-create-the-form-for-editing

This support ticket is created 4 years, 7 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 8 replies, has 2 voices.

Last updated by ericW-5 4 years, 6 months ago.

Assisted by: Minesh.

Author
Posts
#1610357

Hi,
I am building a site using Elementor and Toolset. I built various front end forms and now I would like customers to be able to edit their posts.

For example for the custom post type 'Applications' I created a front end form to publish a CPT and a form to edit your own CPT. I published a page to display the edit form. I added a link in the 'Applications' view to edit the post and a link to delete the post.

[wpv-post-edit-link text="Modifier"] - [cred_delete_post_link action='delete' message='Souhaitez vous vraiment supprimer cette publication ?' message_show='1' class='cred-refresh-after-delete']Supprimer[/cred_delete_post_link]

I also set up toolset access so that subscriber role can access the publishing and editing forms.

My problem : the link to edit the CPT does not show up... only the deletion link is visible.

#1611739

Minesh
Supporter

Languages: English (English )

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

#1611777

Hi,

I think I did all this, except I use Elementor therefore the process is a bit different as I should not use a toolset content template.

Can you please have a look ? I can give you an admin access to the site.

Thanks in advance
Eric

#1611805

Minesh
Supporter

Languages: English (English )

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

Sure. Can you please send me problem URL where you are displaying the view with edit link.

Please send me both frontend and admin user access details if I need to check with a specific user role on the frontend.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1611817

Also there is a page where the edit form should be displayed : this page is "APPLICATIONS MODIFIER"

#1612293

Minesh
Supporter

Languages: English (English )

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

I loggedin as admin user and I loaded the application page: hidden link

I do not see the Edit/Delete link even as admin user as well. Can you please tell me where I can see the edit link as admin?

#1612369

Hi, you can see the edit & delete links at the end of the APPLICATIONS view.

When you load the page hidden link you should see a form. Input whatever you like and hit send (envoyer), then you should see the APPLICATIONS view. Edit and delete links are at the bottom of the view.

Thanks
Eric

#1613581

Minesh
Supporter

Languages: English (English )

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

The thing was that you were using the wrong edit link shortcode.

But as you are using elementor and you wanted to display the edit for with the specific page you created. I've created the following content template that holds the edit form:
=> hidden link

 [cred_form form='applications-modifier' post='[wpv-search-term param="edit_app_id"]']

Then, I've added that content template using the elementor's shortcode module to the following page (application modify page):
=> hidden link

Then, with your view that displays the application, I've added the edit post link as given under:
=> hidden link

<a class="cred-edit-post" href="/applications-modifier/?edit_app_id=[wpv-post-id]">Modifier</a>

I can see its working as subscriber user: hidden link

Can you please confirm it works at your end as well.

#1614127

My issue is resolved now. Thank you!