Hi, where do i put this:
Use this as the html form code in CF7:
<!-- Use any of your custom input strings below, generally don't touch the output code (except for the value of 50 if you wish) -->
<form oninput="output1.value=slider1.value">
<input type="range" name="slider1" value="50"/>
<output name="output1" for="slider1">50</output>
</form>
<!-- End HTML Form Code for CF7-->
Thanks!!