Error with RSForm Dropdown-Field in Safari

dani.schneider
24 Posts
dani.schneider posted this 24 August 2019

I created a form with RSForms!Pro v2.2.6 (Joomla!-Version 3.9.11) with a Drop-Down-Field. On loading the form I got following error:

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/httpd/vhosts/suistore.ch/multimediacreation.ch/templates/untitled/functions.php on line 201

I did change continue in continue 2 in functions.php and the form displays perfectly, except that the Drop-Down doesn't work on Safari (Firefox OK).
The site simply reloads due to an error (try yourself): https://mmc-schneider.com/index.php?option=com_rsform&view=rsform&formId=7

How do I fix this error?
On the standard Joomla-templates it works perfectly.

Daniel

I created a form with RSForms!Pro v2.2.6 (Joomla!-Version 3.9.11) with a Drop-Down-Field. On loading the form I got following error: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/httpd/vhosts/suistore.ch/multimediacreation.ch/templates/untitled/functions.php on line 201 I did change continue in continue 2 in functions.php and the form displays perfectly, except that the Drop-Down doesn't work on Safari (Firefox OK). The site simply reloads due to an error (try yourself): https://mmc-schneider.com/index.php?option=com_rsform&view=rsform&formId=7 How do I fix this error? On the standard Joomla-templates it works perfectly. Daniel

Last edited 24 August 2019 by dani.schneider

Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
dani.schneider
24 Posts
dani.schneider posted this 26 August 2019

Dear support

I found the solution after rebuilding the whole template: it was the font!
Apparently there i a problem using the Font Quicksand. As soon as I changed the font, the problem was solved - by changing it back to Quicksand the site crashes by clicking on the Drop-Down-Field.

Daniel

Dear support I found the solution after rebuilding the whole template: it was the font! Apparently there i a problem using the Font Quicksand. As soon as I changed the font, the problem was solved - by changing it back to Quicksand the site crashes by clicking on the Drop-Down-Field. Daniel
Support Team
Support Team posted this 26 August 2019

Hello Daniel,

Thanks for letting us know. As a possible solution please try including this font as a custom font using font-face rule. The code can be added in Home >> Settings >> Additional CSS and can be selected in Design >> Fonts then.

Sincerely,
Nettie

Hello Daniel, Thanks for letting us know. As a possible solution please try including this font as a custom font using font-face rule. The code can be added in Home >> Settings >> Additional CSS and can be selected in Design >> Fonts then. Sincerely, Nettie
dani.schneider
24 Posts
dani.schneider posted this 27 August 2019

Hi Nettie

The Font-Face-Rule gave me some headaches - it didn't work - but I found an easier work-around.
Maybe some other user might experience some strange behavior in Safari using an official Google Web Font.

This is the trick:
1) Find your desired font on: https://fonts.google.com
2) Paste the generated standard-link on top of your ADDITIONAL HEAD HTML (see screen-shot)

That's it.

Best regards
Daniel

Hi Nettie The Font-Face-Rule gave me some headaches - it didn't work - but I found an easier work-around. Maybe some other user might experience some strange behavior in Safari using an official Google Web Font. This is the trick: 1) Find your desired font on: https://fonts.google.com 2) Paste the generated standard-link on top of your ADDITIONAL HEAD HTML (see screen-shot) That's it. Best regards Daniel
Support Team
Support Team posted this 27 August 2019

Hello Daniel,

Thanks for sharing the solution. Also please feel free to contact us in any other case.

Sincerely,
Nettie

Hello Daniel, Thanks for sharing the solution. Also please feel free to contact us in any other case. Sincerely, Nettie
You must log in or register to leave comments