• 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: form not submiting or reseting ?

form not submiting or reseting ? 17 years 4 months ago #1479

Hi,
I have just perched the RSform after installing and setup my try out vers.

I am trying to test the contact us form without any luck of submitting or resetting the form.

also I do I layout the submit and reset buttons on one line ?


jet-air.biz/www/index.php?option=com_for...mp;fid=1&lang=en

Thanks
ebo
The administrator has disabled public write access.

Re:form not submiting or reseting ? 17 years 3 months ago #1662

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello Ebo,

in order to add Submit and Reset on the same line, please do this:

Edit the submit button, and in the Field Style, type:
<tr><td> </td><td>{field}

then edit the Reset button, and in the Field Style type:
{field}</td><td> </td></tr>

The form parses each row's html, and the result will be
<tr><td> </td><td>{submit} {reset}</td><td> </td></tr>

which in HTML is translated as a table's row with the middle column containing the two buttons.
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!