Saltar navegación

[Resuelto] Edit specific post using Post Form

This support ticket is created hace 4 años, 6 meses. 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 -

Supporter timezone: America/Jamaica (GMT-05:00)

Etiquetado: 

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por kelvinL-2 hace 4 años, 6 meses.

Asistido por: Shane.

Autor
Mensajes
#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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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!