• Hi, I have a form that adds users to an email list. In my forms tab I’m able to edit all of the fields in the form except the title, and the button at the bottom. I’m translating the site to another language, which is why I need the close button on the form also changed. I can’t find any of the text from this field in any of the code from the FTP server. If someone could point me to a .php file where I can change these values, or a way to do it in the wordpress interface I’d appreciate it. I’ve found other questions like this, but none that were answered correctly. I’m a bit of a wordpress noob, so feel free to overexplain 🙂 Thanks!

Viewing 1 replies (of 1 total)
  • I have a form that adds users to an email list.

    If that form is being generated by a plugin, the form’s title would be coming from there. If so, you could edit the appropriate file inside the plugin, but your edit would not be safe from being over-written by a plugin update. So, it could be better to add a function in your Child theme to catch that string and change it on its way to a browser.

    I need the close button on the form also changed.

    That might be coming from your theme such as with the standard “Submit” button, and I believe a function similar to the above would be the way to change that.

Viewing 1 replies (of 1 total)
  • The topic ‘Which file edits form title and buttons’ is closed to new replies.