• 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 working in Safari

Forms not working in Safari 16 years 8 months ago #4500

None of my forms is working in Safari 3.1.2... :(
When i press the \"Submit\" button it redirects me to the frontpage and nothin happens...
In other browsers as IE7 and Firefox 3 it works nicely. Most of my users are Safari-users so it is a HUGE problem...

I cant demand that they have to use Firefox to use my forms, can I?

Edit: Is this a common problem, or just me no having too much luck...?<br><br>Post edited by: andreas.eide, at: 2008/08/30 01:40
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 8 months ago #4601

  • wlrdq
  • wlrdq's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I just ran into a similar problem and noticed that the form had action=\"\". After removing that from the functions.php file, it seems to work.

controller/functions.php:
$formLayout = '<form method=\"post\" id=\"userForm\" enctype=\"multipart/form-data\" action=\"\">'.$formLayout.'</form>';
change to:
$formLayout = '<form method=\"post\" id=\"userForm\" enctype=\"multipart/form-data\">'.$formLayout.'</form>';

Does anyone know if this will cause other issues?

Thanks
Will Mavis
http://www.sourcecoast.com/
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 7 months ago #4721

I discovered today that my forms in Safari weren't submitting also. Did you try removing the action=\"\" and did that work for you?
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 7 months ago #4972

  • schmaart
  • schmaart's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Same issue with me.

RSFormPro! 1.5 (updated 7/10/08)

Safari 3.1.2 (mac) Submit btn redirects to homepage
Firefox 2.0.0.17 (mac) works as intended.

Looking for conclusive response from RSJoomla before implementing the fix proposed earlier in this thread.
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 6 months ago #5312

  • mrbungle
  • mrbungle's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm also having this problem. Is the fix listed above been confirmed to work?

IE, Opera, etc don't work and the emails are going nowhere- meaning I'm getting to the thank you page but the emails are not arriving in the inbox.

I know they are working and the parameters are set up right because it is working in FF- just not anything else.

Version 1.0.4<br><br>Post edited by: mrbungle, at: 2008/10/27 21:40
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 6 months ago #5335

Any luck with this issue. I am having the same problem
Safari: just sends to home page, I can submit the form without required fields and just sends me to the home page.

Firefox: I receive errors if the form is not filled out properly. Hit submit button and the form is sent but page just reloads, no thank you message but if I submit it a second time with the form blank (from refresh on first submit) I will get a thank you message.

IE6 works fine.

Any ideas???
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 6 months ago #5351

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

You can submit a ticket and send us more information (links, descriptions etc) regarding this issue and we will investigate as soon as possible.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 6 months ago #5388

wlrdq wrote:
I just ran into a similar problem and noticed that the form had action=\"\". After removing that from the functions.php file, it seems to work.

controller/functions.php:
$formLayout = '<form method=\"post\" id=\"userForm\" enctype=\"multipart/form-data\" action=\"\">'.$formLayout.'</form>';
change to:
$formLayout = '<form method=\"post\" id=\"userForm\" enctype=\"multipart/form-data\">'.$formLayout.'</form>';

Does anyone know if this will cause other issues?

Thanks
Will Mavis
http://www.sourcecoast.com/

Thanks for this, it fixed my problem, why cant RSjomla remove this, I just spent a whole day looking for a fix, seriously such an easy fix, why on earth its still in the code.

Thanks to the wlrdq for the fix

Tobes<br><br>Post edited by: strafe, at: 2008/11/05 10:36
The administrator has disabled public write access.

Re:Forms not working in Safari 16 years 6 months ago #5419

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

Because of different SEF configurations, module positions and other things, that fix doesn't work for everyone.
I've edited your post, we don't encourage such words.<br><br>Post edited by: strafe, at: 2008/11/05 10:36
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!