Formidable: get param
[get param=the_param]
the_param es el nombre del parámetro.
Formidable: get param Leer más »
[get param=the_param]
the_param es el nombre del parámetro.
Formidable: get param Leer más »
Primero, se necesita agregar el siguiente filtro, que está documentado aquí: https://formidableforms.com/knowledgebase/frm_setup_new_fields_vars/#kb-display-userid-dropdown-on-front-end-for-admin
…
Lista de parámetros para evitar en las URLs en WordPress:
‘m’, ‘p’, ‘posts’, ‘w’, ‘cat’, ‘withcomments’, ‘withoutcomments’, ‘s’, ‘search’, ‘exact’, ‘sentence’, ‘debug’, ‘calendar’, ‘page’, ‘paged’, ‘more’, ‘tb’, ‘pb’, ‘author’, ‘order’, ‘orderby’, ‘year’, ‘monthnum’, ‘day’, ‘hour’, ‘minute’, ‘second’, ‘name’, ‘category_name’, ‘tag’, ‘feed’, ‘author_name’, ‘static’, ‘pagename’, ‘page_id’, ‘error’, ‘comments_popup’, ‘attachment’, ‘attachment_id’, ‘subpost’, ‘subpost_id’, ‘preview’, ‘robots’, ‘taxonomy’, ‘term’, ‘cpage’
…
Parámetros para evitar en las URLs Leer más »
En la casilla de Formulario > Configuración > Al Enviar > Redireccionar a URL, agregar lo siguiente en el parámetro destinado a fecha:
http://url?busqfecha=[campo-fecha format="Y-m-d"]
La sintaxis anterior dará como resultado: busqfecha=2018-01-04 en el URL dinámico.
(Formidable) Hacer que la fecha salga con determinado formato en el URL dinámico Leer más »