• 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: Forms not submitting

Forms not submitting 14 years 10 months ago #10677

First off, let me say this is a GREAT plugin. I've used others in the past but this was by far the easiest to create a form with.

Now.. to the issue. I have a form which cannot be submitted in any of the browsers I've tried. I started to diagnose it and noticed that the submit button works fine until you add a certain amount of table rows. To figure this out, I commented out the form using Firebug in firefox and slowly uncommented elements until the submit button stopped working.

Then I played around with that form element that seemed to be causing problems, but no variations fixed it. I created a test table row that didn't have any form elements, just text, but it too caused the submit button to stop working.

Are there any limitations for how many table rows RSForm! handles?

Please see here:

rokusek.com/test6/index.php?option=com_forme&fid=1

The form stops submitting when anything is added past the line "This information is helpful in supplying customer needs; however, you are not required to provide an answer."

Any help is greatly appreciated!

Ben
The administrator has disabled public write access.

Re:Forms not submitting 14 years 10 months ago #10741

This forum is a joke! All it says is all your queries will be unanswered unless you purchase a commercial version!
The administrator has disabled public write access.

Re:Forms not submitting 14 years 10 months ago #10793

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

From what I can see the Submit button cannot be accessed due to a "div" tag that is blocking it. You can try testing the form in one of the default Joomla! templates, for example:

http://rokusek.com/test6/index.php?option=com_forme&fid=1&Itemid=0&template=ja_purity

and you will see that the form is functioning correctly.

You can try editing your template in order to make the submit button accessible from the page. You can try editing the file templates > rt_infuse_j15 > css > style4.css, here around line 121 you will find the following code lines:
body.style4 #footer-bg2 {
height:110px;
position:absolute;
top:-62px;
width:100px;
z-index:2;
}

Simply try and remove the code line:
height:110px;

and the submit button will be accessible.
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!