• Resolved Tobias Sager

    (@tobiassager)


    Hi, form submits are showing up in Google Analytics with no specific name. I believe this might be due to the missing value attribute on the button (not sure why the input was commented out anyway)?

    contact-forms-builder-pro/frontend/html-template.php:

    <input type=”hidden” name=”form_id” value=”<?php echo $form_id;?>” />
    <!–<input type=”submit” value='<?php echo $btn_form_submit_label; ?>’ id=”btn_send_form_email_<?php echo $form_id;?>” name=”btn_send_form_email” />–>
    <button type=”submit” name=”btn_send_form_email” value='<?php echo $btn_form_submit_label; ?>’ id=”btn_send_form_email_<?php echo $form_id;?>” ><?php echo $btn_form_submit_label; ?></button>
    <?php
    if($btn_reset_required == 1) {

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Sorry for the late response.

    As you are using the pro version we will provide the future support and answer to your questions via email. Contact us at [email protected] and we will help to fix the issue.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Form submit tracking Google Analytics’ is closed to new replies.