CF7 pipes not working
-
Hi,
I am trying to split my checkbox value/labels with content the user can see, and content my script can use.
Should be fairly simple according to: https://contactform7.com/selectable-recipient-with-pipes/
In the form I have:
[checkbox* Test “Front|Back” “Front2|Back2″]My website however shows ‘Front’ and ‘Front2’ for the value as well as the label-content. No Back/Back2-values are in the sourcecode.
<input type=”checkbox” name=”Test[]” value=”Test”>
<span class=”wpcf7-list-item-label”>Test</span>
<span class=”wpcf7-list-item last”>
<input type=”checkbox” name=”Test[]” value=”Voorkant”>
<span class=”wpcf7-list-item-label”>Voorkant</span>WPCF7 should be enabled by default, but to be sure I have added this to wp-config.php:
define( ‘WPCF7_USE_PIPE’, true );Am I missing something?
The topic ‘CF7 pipes not working’ is closed to new replies.