assign a number field the value of text field cf7
-
Good morning congratulations for the plugin, I have a text fild that is pre-filled from a link on my page (the values are dynamic), I would need the values of the text field to be in a filed number, I can’t figure out if your plugin could do it for me
an example
href of data source:<a href="#contact" class="pbutton" onclick="reply_click(this)" data-prezzo="[ptb_field name='prezzo1']">[ptb_field name='prezzo1']</a>
with script to polulate the filed
[text prezzo1 readonly id:offerta_prezzo]
script in <head>
<script type="text/javascript"> function reply_click(element) { document.getElementById('offerta_prezzo').value = element.getAttribute('data-prezzo'); } </script>
my need is that the values of
[text prezzo1 readonly id:offerta_prezzo] be transcribed into a [number sceltaofferta]is this possible?
The page I need help with: [log in to see the link]
- The topic ‘assign a number field the value of text field cf7’ is closed to new replies.