Please replace the ??? with your data!
[desc]:
Hello again– it's been a while, but I'm back with a rather unique problem that I hope can be helped.
I'm trying to use a shared SSL certificate for the last part of the multi-page form above. I will only need to secure the last page of it, but if I need to secure the whole order form then so be it– I imagine there's no other option with a multi-page form anyway :)
Because this is a shared SSL server and changes the URL of my site to one from my hosting company, I want to use it as little as possible and therefore do not want to force SSL the entire directory my site is located in. I tried using a permalink structure to make it look like /order/ was an actual directory (the parent page is 'order') and then putting all of the forms as children of that so the URL appeared like site.com/order/form1. I then edited the .htaccess file for the /order/ directory but it puts me in an infinite loop.
I found the AdminSSL plugin that could potentially help but it seems that someone is having the same problem using it with cforms without using a multi-page form (SarahB in the comments): http://www.kerrins.co.uk/blog/admin-ssl/
Do you have any suggestions as to how this can work?