• 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: Add in argument to <form>

Add in argument to <form> 12 years 6 months ago #19177

  • ncopley
  • ncopley's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
My client wants to add a call into the form tag for RSForm, so to change from

<form id="userForm" action="examplewebsite.com/contact.html" enctype="multipart/form-data" method="post">

Can be updated to:
<form id="userForm" action="examplewebsite.com/contact.html" enctype="multipart/form-data" method="post" onsubmit="cve_email(this) ">

so adding in :

onsubmit="cve_email(this)


How can I do this?

Thanks
The administrator has disabled public write access.

Re: Add in argument to <form> 12 years 6 months ago #19195

That looks like a deep issue. I would suggest to create a support ticket here for faster response.
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!