Tuesday, 3 September 2013

http Form Action on facebook https page

http Form Action on facebook https page

I have contact us form which html code and used it on facebook form
functionality (by Thunderpenny). Now I want data of form will handle on my
website i.e. mywebsite.com/default.aspx for further processing.
<form id="form" action="http://mywebsite.com/contactus.aspx" method="post">
Above code is not working but below code is working
<form id="form" action="https://mywebsite.com/contactus.aspx" method="post">
but we want such functionality on various websites and for https we have
to buy static IP and also not want any other maintenance
Can anybody give solution how I can send form action on http not on https
? or Is it not feasible ?

No comments:

Post a Comment