• Resolved paultidal

    (@paultidal)


    Hi
    I have created 140 separate forms which are used on my site. I have since renamed my company and the site’s domain. Is there a quick way to change all the email settings on each form (eg, “From” email,
    Destination emails (comma separated), Reply-To (comma separated) and Email subject) without having to edit each form individually?
    Regards
    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @paultidal

    The “from” and “destination” attribute values are set independently for each form. This allows you to create forms that are associated with different company departments or assigned to various individuals responsible for the form. A simple solution is to update all forms at once by executing a query in your database using tools like phpMyAdmin. For example, if the prefix of your WordPress database is wp_, you can run the following query:

    UPDATE wp_cp_calculated_fields_form_settings SET fp_from_email="[email protected]", fp_destination_emails="[email protected],[email protected]"

    Of course, replacing the email addresses with the preferred ones.

    Best regards.

    Thread Starter paultidal

    (@paultidal)

    Hi
    Thanks for the solution. I’ll give that a go (after making a backup first…)
    Best regards
    Paul

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Amend form’s email settings globally’ is closed to new replies.