Hi,
We want to add a custome code (to our CRM program) to the Enfold contact forms + mailchimp forms.
The code needs to be added right before </form>. What files do we edit and/or how do we do that?
Thanks!
Hey luckylobo10,
If you’re familiar with wordpress filters I recommend to use the filters located in \enfold\config-templatebuilder\avia-shortcodes\contact\contact.php (“avia_contact_form_elements” or “avf_sc_contact_form_elements”). If you’re not familiar with them you can edit the form code directly in enfold\framework\php\class-form-generator.php (line 278 where you can see the closing “” html element)
Best regards,
Dude