Topic: Things gone awry after Spry validation widgets

Hi again,

So, I created a form on a registration page. It all looked good but then I decided to go back and delete a couple of items and replace them with Spry validation text boxes (emails etc) except that this has now thrown a few errors into the page that I am unsure of how to remove as until now I have been quite settled in design view..

In the delegate one profile I can't seem, to get the email box to be anything but a bloated field instead of uniformly like the rest  as I had wanted and the cursor would stubbornly sit in the next text box (a telephone one which I have temporarily deleted). I have an error message that states I have a syntax error on line 224??

I wonder if I could ask you good people if its obvious where I have tripped up? Otherwise I guess I'll create the whole page afresh tomorrow morning.

Thanks for looking. My first website and a few headaches / steep curves along the way.

Ben.

http://ww w.capital marketsevent s.com/Regi stration.htm [remove spaces]

Last edited by BGD (January 25, 2010 1:51 pm)

Vote up Vote down

Re: Things gone awry after Spry validation widgets

The delegate 1 email box has
<textarea id="D1email" tabindex="170" rows="5" cols="45" name="D1email"/>
It is bloated so that you can enter text, more than just an email address.

whereas all the other email address input boxes have this code
<input id="d2 email" type="text" tabindex="170" name="d2 email" gtbfieldid="11"/>

Vote up Vote down

Re: Things gone awry after Spry validation widgets

Lynne, thank you very much

Vote up Vote down