Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - Forms are not being submitted on Safari

Forms are not being submitted on Safari
If for any reason forms are not being submitted in the Safari browser, use this little hack:
  1. Go to the Scripts tab.
  2. Paste this code in the Script called on form display field:
    $formLayout = str_replace('action=""','',$formLayout);
    
Feedback