I need to add the base page of a form on a website that works as part of WordPress.
I have ready-made raw materials: Client side: html form layout, css and jquery validation code. On the server side: the php function of the form handler processes the $ _POST [] data.
My problem is integrating this code into a Wordpress environment.
I looked at some plugins, but they do much more than I would like, and they also have their own check, which is cumbersome to change.
Can anyone suggest a good form plugin that only allows frameworks? Or should I write a plugin myself.
Thanks.
php wordpress custom-wordpress-pages
sbr
source share