Passer la navigation

[Résolu] Edit specific post using Post Form

This support ticket is created Il y a 4 années et 8 mois. 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Fuseau horaire du supporter : America/Jamaica (GMT-05:00)

Marqué : 

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par kelvinL-2 Il y a 4 années et 7 mois.

Assisté par: Shane.

Auteur
Publications
#1824425
Screenshot 2020-10-26 at 4.09.24 PM.png

Dear Sir/Madam,

After the WP using the Block editor, it is not so convenient, I want to create a View to list all post with a Edit button, I pass the post id to the post form

[cred-form form="upload-video" post='[wpv-search-term param='appid']']

I insert the post form but I can't find the way to add the [wpv-search-term param='appid'].

#1825309

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Kelvin,

From what I can see there are some issues with the quotes that you are using.

Try doing it like this.

[cred-form form="upload-video" post="[wpv-search-term param='appid']"]

Please let me know if this helps.
Thanks,
Shane

#1830383

Dear Shane,

The shortcode was made by me manually, my question was I could not find the way to add the parameter using the block editor

#1832077

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Kelvin,

The block editor doesn't allow you to manually add the parameter.

So you will need to do it using the shortcode for calling the form.

Thanks,
Shane

#1834701

My issue is resolved now. Thank you!