I'm looking for what file I would need to edit in order to remove the name="" from the form elements. Right now, I have a Name element, email element, drop down boxes, and regular text boxes. Which file would I need to edit?
I'm looking for what file I would need to edit in order to remove the name="" from the form elements. Right now, I have a Name element, email element, drop down boxes, and regular text boxes. Which file would I need to edit?
If you don't mind me asking, what are you trying to accomplish through removing that element from the form code? With updates coming out all the time, editing the core files of the plugin isn't an ideal solution, and I would like to help you with your overall goal.
The overall goal is to not post the information to the server. I'm handling credit card information using Stripe services and stated here (https://stripe.com/docs/tutorials/forms) they would like you to remove the name attribute on sensitive information.