Si quieres añadir un campo personalizado a tu página de pago, todo lo que tienes que hacer es incluir la siguiente SmartTag™ en tu formulario de pago:
[MM_Form_Field type='custom' id='10' isRequired='false']
In order for this to work correctly make sure that you place the SmartTag™ between the MM_Form type=’checkout’ and /MM_Form SmartTags. After this SmartTag™ has been included in the checkout form MemberMouse will render the custom field as part of the checkout form based on the configuración de campos personalizados.
Cómo obtener el SmartTag™ de un campo personalizado concreto:
- En el menú MemberMouse, haga clic en Configuración del pago y, a continuación, haga clic en el botón Campos personalizados ficha.
- Localice en la tabla el campo personalizado que desea añadir a la página de pago.

- Click the ‘blue tag’ button in the Formulario SmartTag columna.
- En el cuadro de diálogo que aparece, copie la SmartTag.

- Paste the SmartTag™ anywhere between the MM_Form type=’checkout’ and /MM_Form SmartTags on your checkout page.
Atributos SmartTag™ de campo personalizado
| isRequired | Set the ‘isRequired’ attribute to ‘true’ if you want the field to be required. By default it will not be required. |
| clase | Set the ‘class’ attribute to apply a custom CSS class to the field. |
| tipo | Set the ‘type’ attribute to ‘custom-hidden’ to make this a hidden field. This would usually be use in conjunction with pasar datos personalizados a la página de pago a través de la URL. |

