I am having trouble getting custom field id's to work. I have tried the following with no success:
Example 1: Enter your name:||[id:name]||title:Enter your name:
Example 2: Enter your name:||id:name||title:Enter your name:
Example 3: Enter your name:[id:name]||title:Enter your name:
Per the inline help Example 3 should be the correct syntex, however, the name ends up being id="Enter-your-name:" in the html.
Here is the note for this:
This feature replaces the default NAMEs/IDs (e.g. cf_field_12) with custom ones, either derived from the field label you have provided or by specifically declaring it via [id:XYZ],e.g. Your Name[id:the-name]. This will for instance help to feed data to third party systems (requiring certain input field names in the $_POST variable).
Any help would be appreciated. -Charles