• 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: RSS Forms??

RSS Forms?? 16 years 6 months ago #5369

  • KhakiMan
  • KhakiMan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I just installed RSform Pro and really like the simplicity and control provided. Is it possible to set the form page to SSL?

I know I can set the confirmation page to SSL via Parameters, but need to ensure the form contents are sent securely for a few forms as well.

Thanks!
The administrator has disabled public write access.

Re:RSS Forms?? 16 years 6 months ago #5425

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

You can try and use this little code on the on form display script:
$formLayout = str_replace('action="",'action="https://www.yourwebpage.com/index.php?option=com_rsform&formId=1"',$formLayout);

Of course, you will need to replace the formId (in our case, 1) with your own form id.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 16 years 2 months ago by octavian.
The administrator has disabled public write access.

Re:RSS Forms?? 16 years 6 months ago #5440

  • KhakiMan
  • KhakiMan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thanks, simple enough!!

Sorry about the misleading subject... had RSS on the brain when I created the post. Meant SSL Forms, as the message indicated.
The administrator has disabled public write access.

Re:RSS Forms?? 16 years 2 months ago #6619

  • KevenM
  • KevenM's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Can this script also be applied in the form process and form after processed script fields?
The administrator has disabled public write access.

Re:RSS Forms?? 16 years 2 months ago #6620

  • KevenM
  • KevenM's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Also, I tried inserting the script, but for some reason, it's not being called up when I go the actual form. I searched the page's source code and it's not there.
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!