Is is possible to use regex with tags?
-
Hi there,
Thank you for this cool plugin.
Recently I’m using this plugin to do some extra work, I tried to dynamically add form elements with javascript. This works perfectly in the frontend, I could add input field, select boxes within the webpage by clicking a button.
Now I’m having issues while trying to send the submitted data via contact form 7 build in email system. The input/select were duplicated via jQuery clone() function, with their name changed to item-1, item-2, etc, I can’t use normal mail tags such as [item-1], [item-2] in the mail content, since I don’t know the actual number of the input/selects. Is there a way to let mail tag accepting regex, like [item-*] to get all the dynamically generated input/select data?
Thank you very much for your help. Any suggestion is appreciated.
Andrew
- The topic ‘Is is possible to use regex with tags?’ is closed to new replies.