• I have a form where I want to know the page name and collect a tracking tag for the contact form. When I add a second “hidden” field in the shortcode, the email notification delivers the second field information twice, without displaying the first hidden field information.

    For example, when I use the following shortcode,

    [si-contact-form form=’4′ hidden=’form_page=1′ hidden=’tracking=TRA001′ ]

    My email notification shows ….

    tracking
    TRA001

    tracking
    TRA001

    When I believe it should show …

    Page Name
    http://mysite.com/the_page_name

    tracking
    TRA001

    Any chance this is a bug, or is it by design?

    Thanks

    http://wordpress.org/plugins/si-contact-form/

Viewing 1 replies (of 1 total)
  • I’m not an expert with this plugin…

    My guess is that you would need to make 2 fields that are “hidden”, and use the shortcoode like this: [si-contact-form form=’4′] I’ve never seen the hiddenn fields listed as part of the shortcode.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug? Can't use two "hidden" field parameters?’ is closed to new replies.