zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Admin UI - mapping cell headers don't match #27

Closed zaus closed 8 years ago

zaus commented 9 years ago

The input cells should use the same id as the column headers, reusing the constants like self::PARAM_LBL and self::PARAM_SRC.

ex) (from links above)

<th id="th-<?php echo $eid, '-', self::PARAM_SRC ?>">

should correspond with

<td headers="th-<?php echo $eid?>-cf7">

but note the cf7 is static (and incorrect anyhow).