=--Apple-Mail=_B17B9583-3434-4BD3-92BD-33DAFF738F9B-- Associated Messages, from the most recent to the oldest:Interesting...Not sure why you saw that 2nd =.It's not in my notepad doc I =wrote to paste into the email to the talklist, nor is it in the "sent =email" that I catually sent.Just checked the html page =etc... no 2nd period in---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing listOn Tuesday, August 18, 2015 9:53 AM, Nices =Lists <ravens@nices.com> =wrote:
=Hi Rich,Seems= your link to the =93jquery..min.js=94 has an extra =93.=94 after the =2.https://ajax.googleapis.com/ajax/libs/jquery/2..1.3/jquery.min.jsShould be:=Hope that helps.=97RupertRupert RavensOn Aug 17, 2015, at 6:49 PM, Rich =Kwas <richkwasniewski@yahoo.com>=; wrote:==div>---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to:=20archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.usI'm using the =jQuery validation plugin from http://jqueryvalidation.org/It's pretty cool =and behaving as expected...BUTI cannot get a =password written into a database. Fails every time.. Everything else =gets appended a-ok.If I change =&password=3D[password] to &password=3Dmissing the word "missing" =is written a-ok into the db.I'm flushed =databases, flushed the cache, tried [url][password][/unurl], renamed =that field and form items etc ......tried everything I can think of and =looked everywhere I can think of... No success writing the password into =the database.Anyone else using =this particular plugin???It's driving me =nuts...Below is some of =the code on the signup page:calling the =validation routine etc....(some of the =tabbing seems to have gotten messed up when I pasted it here)=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<script src=3D"https://ajax.googleapis.com/ajax/libs/jquery/2..1.3/jquery.min..js"&g=t;</script><script =src=3D"lib/jquery.js"></script><script =src=3D"dist/jquery.validate.js"></script><script><=div class=3D"yiv8040058487" =id=3D"yiv8040058487yui_3_16_0_1_1439847448275_13482">$().ready(function() ={// validate =signup form on keyup and submit=$("#signupForm").validate({rules: ={=password: {=required: true,=minlength: 8=},=confirm_password: {=required: true,=minlength: 8,=equalTo: "#password"=},=email: {=required: true,=email: true=},=confirm_email: {=required: true,=equalTo: "#email"=},=},messages: ={=password: {=required: "Please choose a Password",=minlength: "Must be at least 8 characters"=},=confirm_password: {=required: "Confirm your Password",=minlength: "Must be at least 8 characters",=equalTo: "Enter the same Password as above"=},=confirm_email: {=required: "Confirm your email",=equalTo: "Enter the same email as above"=},= email: "Enter a =valid email address",=}});});</script>=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3DThe form part on =this signup page=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D<form =method=3D"post" action=3D"registerOK.htm" class=3D"cmxform" =id=3D"signupForm"><fieldset>=<p><label =for=3D"email">Enter your Email:</label><input =id=3D"email" name=3D"email" type=3D"email"></p>=<p><label =for=3D"confirm_email">Confirm your Email:</label><input =id=3D"confirm_email" name=3D"confirm_email" type=3D"email"></p>=<p><label =for=3D"password">Choose a Password:</label><input =id=3D"password" name=3D"password" type=3D"password"></p>=<p><label =for=3D"confirm_password">Confirm your =Password:</label><input =id=3D"confirm_password" name=3D"confirm_password" =type=3D"password"></p>=<p><input =type=3D"submit" name=3D"action" value=3D"Create Account" =class=3D"submit"></p></fieldset></form> =3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DThe append code =currently on the registerOK.htm page:[append =db=3D^/membership/membership.db]&uniqueID=3D[cart]&email=3D[url][u=ppercase][email][/uppercase][/url]&status=3DOK&password=3D[passwor=d]®ister_date=3D[date]®ister_time=3D[time]®ister_ip=3D=[ipaddress][/append]Gotta go away from =all this for a while LOLRichard---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to:=20archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us.To unsubscribe, E-mail to: archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us
--Apple-Mail=_B17B9583-3434-4BD3-92BD-33DAFF738F9BContent-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=windows-1252Well, that=92s certainly odd=85On Aug 18, 2015, at 1:04 PM, Rich Kwas
- Re: [WebDNA] jQuery validation and webdna (Nices Lists
2015) - Re: [WebDNA] jQuery validation and webdna (Michael Davis
2015) - Re: [WebDNA] jQuery validation and webdna (Rich Kwas
2015) - Re: [WebDNA] jQuery validation and webdna (Rich Kwas
2015) - Re: [WebDNA] jQuery validation and webdna (William DeVaul
2015) - Re: [WebDNA] jQuery validation and webdna (Nices Lists
2015) - Re: [WebDNA] jQuery validation and webdna (Stuart Tremain
2015) - [WebDNA] jQuery validation and webdna (Rich Kwas
2015) =wrote:> Interesting...=20> Not sure why you saw that 2nd .> It's not in my notepad doc I wrote to paste into the email to the =talklist, nor is it in the "sent email" that I catually sent.>=20> Just checked the html page etc... no 2nd period in=20> https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js>=20>=20>=20>=20>=20> On Tuesday, August 18, 2015 9:53 AM, Nices Lists =wrote:>=20>=20> Hi Rich,>=20> Seems your link to the =93jquery..min.js=94 has an extra =93.=94 after =the 2.=20>=20> https://ajax.googleapis.com/ajax/libs/jquery/2..1.3/jquery.min.js>=20> Should be:=20>=20> https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js>=20> Hope that helps.=20>=20> =97Rupert>=20> Rupert Ravens>=20>=20> On Aug 17, 2015, at 6:49 PM, Rich Kwas =wrote:>=20>> I'm using the jQuery validation plugin from =http://jqueryvalidation.org/>>=20>> It's pretty cool and behaving as expected...>> BUT>>=20>> I cannot get a password written into a database. Fails every time.. =Everything else gets appended a-ok.>>=20>> If I change &password=3D[password] to &password=3Dmissing the word ="missing" is written a-ok into the db.>>=20>> I'm flushed databases, flushed the cache, tried =[url][password][/unurl], renamed that field and form items etc =......tried everything I can think of and looked everywhere I can think =of... No success writing the password into the database.>>=20>> Anyone else using this particular plugin???>> It's driving me nuts...>>=20>>=20>>=20>> Below is some of the code on the signup page:>>=20>>=20>>=20>> calling the validation routine etc....=20>> (some of the tabbing seems to have gotten messed up when I pasted it =here)>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>> >> >> >> >>=20>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>>=20>>=20>> The form part on this signup page>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>>=20>> >>=20>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D>>=20>>=20>> The append code currently on the registerOK.htm page:>>=20>>=20>> [append =db=3D^/membership/membership.db]&uniqueID=3D[cart]&email=3D[url][uppercase=][email][/uppercase][/url]&status=3DOK&password=3D[password]®ister_date==3D[date]®ister_time=3D[time]®ister_ip=3D[ipaddress][/append]>>=20>>=20>>=20>>=20>>=20>> Gotta go away from all this for a while LOL>>=20>>=20>> Richard>> --------------------------------------------------------- This =message is sent to you because you are subscribed to the mailing list . =To unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us>=20> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us>=20>=20> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us--Apple-Mail=_B17B9583-3434-4BD3-92BD-33DAFF738F9BContent-Transfer-Encoding: quoted-printableContent-Type: text/html;charset=windows-1252Well, =that=92s certainly odd=85 On Aug 18, 2015, =at 1:04 PM, Rich Kwas <richkwasniewski@yahoo.com>=; wrote:=--Apple-Mail=_B17B9583-3434-4BD3-92BD-33DAFF738F9B-- Nices ListsInteresting...Not sure why you saw that 2nd =.It's not in my notepad doc I =wrote to paste into the email to the talklist, nor is it in the "sent =email" that I catually sent.Just checked the html page =etc... no 2nd period in---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing listOn Tuesday, August 18, 2015 9:53 AM, Nices =Lists <ravens@nices.com> =wrote:
=Hi Rich,Seems= your link to the =93jquery..min.js=94 has an extra =93.=94 after the =2.https://ajax.googleapis.com/ajax/libs/jquery/2..1.3/jquery.min.jsShould be:=Hope that helps.=97RupertRupert RavensOn Aug 17, 2015, at 6:49 PM, Rich =Kwas <richkwasniewski@yahoo.com>=; wrote:==div>---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to:=20archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.usI'm using the =jQuery validation plugin from http://jqueryvalidation.org/It's pretty cool =and behaving as expected...BUTI cannot get a =password written into a database. Fails every time.. Everything else =gets appended a-ok.If I change =&password=3D[password] to &password=3Dmissing the word "missing" =is written a-ok into the db.I'm flushed =databases, flushed the cache, tried [url][password][/unurl], renamed =that field and form items etc ......tried everything I can think of and =looked everywhere I can think of... No success writing the password into =the database.Anyone else using =this particular plugin???It's driving me =nuts...Below is some of =the code on the signup page:calling the =validation routine etc....(some of the =tabbing seems to have gotten messed up when I pasted it here)=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<script src=3D"https://ajax.googleapis.com/ajax/libs/jquery/2..1.3/jquery.min..js"&g=t;</script><script =src=3D"lib/jquery.js"></script><script =src=3D"dist/jquery.validate.js"></script><script><=div class=3D"yiv8040058487" =id=3D"yiv8040058487yui_3_16_0_1_1439847448275_13482">$().ready(function() ={// validate =signup form on keyup and submit=$("#signupForm").validate({rules: ={=password: {=required: true,=minlength: 8=},=confirm_password: {=required: true,=minlength: 8,=equalTo: "#password"=},=email: {=required: true,=email: true=},=confirm_email: {=required: true,=equalTo: "#email"=},=},messages: ={=password: {=required: "Please choose a Password",=minlength: "Must be at least 8 characters"=},=confirm_password: {=required: "Confirm your Password",=minlength: "Must be at least 8 characters",=equalTo: "Enter the same Password as above"=},=confirm_email: {=required: "Confirm your email",=equalTo: "Enter the same email as above"=},= email: "Enter a =valid email address",=}});});</script>=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3DThe form part on =this signup page=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D==3D=3D=3D<form =method=3D"post" action=3D"registerOK.htm" class=3D"cmxform" =id=3D"signupForm"><fieldset>=<p><label =for=3D"email">Enter your Email:</label><input =id=3D"email" name=3D"email" type=3D"email"></p>=<p><label =for=3D"confirm_email">Confirm your Email:</label><input =id=3D"confirm_email" name=3D"confirm_email" type=3D"email"></p>=<p><label =for=3D"password">Choose a Password:</label><input =id=3D"password" name=3D"password" type=3D"password"></p>=<p><label =for=3D"confirm_password">Confirm your =Password:</label><input =id=3D"confirm_password" name=3D"confirm_password" =type=3D"password"></p>=<p><input =type=3D"submit" name=3D"action" value=3D"Create Account" =class=3D"submit"></p></fieldset></form> =3D=3D=3D=3D=3D=3D=3D==3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DThe append code =currently on the registerOK.htm page:[append =db=3D^/membership/membership.db]&uniqueID=3D[cart]&email=3D[url][u=ppercase][email][/uppercase][/url]&status=3DOK&password=3D[passwor=d]®ister_date=3D[date]®ister_time=3D[time]®ister_ip=3D=[ipaddress][/append]Gotta go away from =all this for a while LOLRichard---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to:=20archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us.To unsubscribe, E-mail to: archives: http://mail.webdna.us/l=ist/talk@webdna.usBug Reporting: support@webdna.us
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
[format] problem (2001) Secure Sever and showcart errors (1997) Not really WebCat (1997) {Grouping} Docs (1999) WebDNA version? (2007) Caching [include] files ... (1997) Document Contains No Data! (1997) Just Testing (1997) WCf2 and nested tags (1997) TCP Connect (2000) Max Record length restated as maybe bug (1997) Re:no [search] with NT (1997) Help with(2003) Pithy questions on webcommerce & siteedit (1997) [WebDNA] WARNING Do not upgrade to OS X Server 5.04 (2015) FIXED: STILL not starting on bootup (2002) SiteGuard Admin Feature ? (1997) ReadDateFormat bug in 3.x (1998) Duplicate Cart Problem in Netscape (2000) Rendering out a page (1997)