• Resolved sdrackliff

    (@sdrackliff)


    I’m trying to use “vfb_override_email_” to capture the form data, create a CSV file, and attach the csv to the outgoing email. I can see the field data in the $_POST but I can’t find an easy way to see the labels associated with the fields. All I can see are the field number values in the array. Any advice?

    Thanks,

    Scott

    http://ww.wp.xz.cn/plugins/visual-form-builder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    Hey, Scott. The field names are not in the $_POST array.

    Thread Starter sdrackliff

    (@sdrackliff)

    Hi Mathew,

    Thanks for the reply.

    Is there anywhere that I can capture the label data from so that I can associate it with the field numbers found in the $_POST array or do I just need to manually associate names to the field numbers? I’ve been digging through the API documentation and I can’t seem to find an obvious way without capturing it from within the email.php file within the plugin, something I want to avoid.

    Plugin Author Matthew Muro

    (@mmuro)

    I would just manually build an array of labels. That’s the easiest way.

    Thread Starter sdrackliff

    (@sdrackliff)

    OK, thanks for the info. I’ll do just that!

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

The topic ‘Can't Find Label Text’ is closed to new replies.