I have been incorporating simple Gravity Forms into my websites for a few months now and am constantly amazed by the possibilities.
I am currently building my most ambitious form yet for my own web design business and wish to include a color picker like iColorPicker or other similar tool. I have found other similar forum questions and tried to apply the techniques demonstrated by Kevin for incorporating CK Editor into forms, but cannot put it all together.
I have downloaded the js for iColorPicker , uploaded it to my site and am calling it in the page header. I am also calling the jquery script from Google code.
I understand that I need to replace the relevant input, but am not quite sure where it this needs to be place:
<script type="text/javascript">
iColorPicker.replace( 'input_4_11' );
</script>
Any tips to put me in the right direction would be greatly appreciated.
Cheers,
Keiran