fana Posted February 8, 2018 Report Posted February 8, 2018 PHP form --> convert to WP form Hi there, I have several (legacy) php forms I'd like to re-use in my wp site. No way I will retype them again... therefore I'm looking for a way to import them directly into wp. Would you recommend any plugin? I understand pasting the original php code into the text editor will save me a lot of time, but it won't be final, since a lot of validation has to be done, etc... Do you have any experience with importing php forms into wp with a kind of 1-click solution? WP's plugins repository is not obvious on this matter...or maybe I've just missed it. txs
administrator Posted February 9, 2018 Report Posted February 9, 2018 Hi, Do you mean HTML forms? If so, I believe you can just copy and paste the HTML form code. But, you will still need to process the form data. I don't believe there are plugins that can do this. Sounds to me like you need custom coding. Stef
fana Posted February 9, 2018 Author Report Posted February 9, 2018 Yep, that's what I did: I pasted the html code into wp editor....and it replicated my original form. Since I have about 50 fields to process I will have to manually add the tags in my contact7 form, one by one .. That's what I was trying to avoid. Txs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now