Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Forms: 3rd-Party Submission Reformat

Descripción

Allows you to customize the formatting of specific submission fields before mapping to a 3rdparty service endpoint with Forms 3rdparty Integration.

For example, can be used to reformat a Gravity Form or Contact Form 7 ‘date’ field, or uppercasing a name field, before sending it to a CRM.

Capturas

Instalación

  1. Unzip/upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Make sure Forms 3rdparty Integration is installed and settings have been saved at least once.
  3. Activate this plugin
  4. Choose which fields to reformat, as they appear in the ‘mapping’ column
  5. Provide one or more regular expression patterns to find and replace, like /(\d+)\/(\d+)\/(\d+)/ to change the date from ‘dd/mm/yyyy’
  6. Provide one or more regular expression replacement patterns to replace, like $2-$1-$3 to change the date to ‘mm-dd-yyyy’

FAQ

Installation Instructions
  1. Unzip/upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Make sure Forms 3rdparty Integration is installed and settings have been saved at least once.
  3. Activate this plugin
  4. Choose which fields to reformat, as they appear in the ‘mapping’ column
  5. Provide one or more regular expression patterns to find and replace, like /(\d+)\/(\d+)\/(\d+)/ to change the date from ‘dd/mm/yyyy’
  6. Provide one or more regular expression replacement patterns to replace, like $2-$1-$3 to change the date to ‘mm-dd-yyyy’
How do I write a regex?

Sorry, you’ll have to learn that the hard way…

It doesn’t work right…

Drop an issue at https://github.com/zaus/forms-3rdparty-submission-format

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Forms: 3rd-Party Submission Reformat» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

0.2

  • refactored to generic, settings-enabled

0.1

  • targeting specific fields and replacement formats