Hi,
I have made a single page in php that loads an alternative contact page, which is showing up fine. I want to have an autosize plugin on the textareas like this: http://lepture.com/demo/auto-textarea-resize/ (or another variant)
Adding the JS inline in the page results in a JS error, as does registering the script in the functions and calling it that was. Both of the errors seem to be that the script can not run because jQuery is not finished. I've search the forums and I found that adding the script to another .js might work, but that too didn't work. I'm running out of options, how can I get this to work?














