Please replace the ??? with your data!
- URL to the FORM: http://chdirector.hatheadstudi…..om/contact
- The browser used: Firefox 3.5.2 Mac
- cforms version: 10.6
- Your Wordpress version: Wordpress MU 2.8.4
[desc]:
_The labels that I enter for each of my fields are not making it into the HTML code for the form. So, for example, I have a hidden field, and the label for it is "Source". I have also set it's value to "Mailing List Webform" (it's being passed to Campaign Monitor via your my_cforms_action function, but I don't think that's relevant here).
But, the HTML code for the field ends up as:
<li class="cf_hidden"><input type="hidden" class="cfhidden" name="cf_field_8" id="cf_field_8" value="Mailing List Webform"/></li>
I need the input name (or is it the id) to be "Source" so that $form = $cformsdata['data'] gives it to me as a variable ($form['Source']). This used to work, and as of the last upgrade is is no longer working. I have the same problem on two different sites.