With help from Howard E I was able to show the input from a dropdown field into another field as a placeholder. You can find that question here.
Now I would like to show the input of any type of input field into a sentence in a paragraph in that same form.
I tried this code, but unfortunately that didn’t work.
<p>Is [recent-years] is gonna be a good year?</p>
[recent-years]
is the name of the cf7 input field. In this case a dropdown field. But also would love to know for textfields and radio/select inputfields.
I guess it’s possible with jQuery, but my knowledge isn’t that great.
Hopefully there’s someone that could help. Thanks!
function updateParagraph(){` Do you see the `
` and `
`? There not in the code... – Vasco Jan 19 '21 at 20:03