• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: rsMail intergration and form invalidation problem

This message has been removed by user's request. 8 years 5 months ago #36005

  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED
  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

rsMail intergration and form invalidation problem 8 years 5 months ago #36012

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

If you actually have the option set to "Invalidate the form", as suggested, this will invalidate (not allow submit) if the email is already subscribed. If you want the form submitted with an existing subscribed email address, either set the "If the subscriber already exists" option to "Update user details" or "Do nothing".
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

This message has been removed by user's request. 8 years 4 months ago #36149

  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED
  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

rsMail intergration and form invalidation problem 8 years 3 months ago #36255

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

"Do nothing" strictly refers to the RSMail! integration which will be ignored if the specified email address is already subscribed, while the form will be normally submitted. The fields in your form will also normally follow their specified validation rules (if any).

If you have these fields used in the integration required, and you no longer want to force users to fill them, you can try using a script within "Scripts Called On Form Process" (while editing a form > Properties > PHP Scripts) that clears these fields from the $invalid array (this holds the IDs of the fields that will invalidate).

Finding a field ID can be done using the following snippet (whereas `myExactFieldNameHere` is the exact name you've given to a field - case sensitive):
$myFieldId = RSFormProHelper::getComponentId('myExactFieldNameHere');
This is not official customer support. To receive your support, submit a support ticket here.
Last Edit: 8 years 3 months ago by adrianp. Reason: emphasizing
The administrator has disabled public write access.

This message has been removed by user's request. 8 years 3 months ago #36285

  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED
  • 12968ac1f4e8350a1b8c1d523864a385@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!