hendrix940
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
I found the error. There was no open/close HTML tag initiating/ending the Java Script.
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
I'm missing something sir. I pasted the exact JS you provided, directly after the end tag of the HTML and, all that JS script showed up as text on the page. I missed something.
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
And, I simply paste that Java Script code directly after the end tag > of the HTML code provide, correct?
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
@eric, with the above code, when you show the JavaScript that needs to be copied and pasted below the .gif... Is that the entire code, or does there need to be some sort of Java open and end tag? Thank you.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Okay, thank you @eric. With the above code, will I have to recreate my current forms or .PHP fields? I will follow through your above tutorial. Thank you again.
-
Load opening photo gallery faster - OR - implement 'LOADING' icon.
@eric, thank you very much. Is possible with the above code you posted, to have the loading icon positioned center in the middle of my content DIV? Thank you!
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Guys, I appreciate all the help. But my rookie PHP skills aren't at this time adequate for me to understand an implement this solution. I will try it again later when I have more time to put into this. @traq, thank you sir very much for all …
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
I appreciate the guidance, I am an extreme novice with php.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, yes thank you, I currently have the form on one page, then people click 'SEND' and the .php is on another page. In your code above, all the html AND php go on the contact page? Correct? Thank you.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Okay very good, thank you @bkmillma. Yes I will move forward with the code @traq suggested this evening. I will post results. Thank you all.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, yes currently the form HTML and the PHP are on separate pages.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@bkbillma, I'm going to test the code that @traq submitted above tonight. @technosailor, I'm not sure if it's HTML5 or not. I posted the code above in a GIST link.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, I copied and pasted the code, but kept getting errors. I'll recheck in a bit when I can upload the code. Thank you for your help.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, I'll check everything once I get home. Thank you very much for taking the time to post sir.
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, thank you sir. Here's the link to the GIST with the PHP and HTML code: https://gist.github.com/4384872
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@traq, thank you very much for your detailed explanation. Please, remind me the best way to get all the code to you for examination? I believe you suggested GitHub?
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Okay, so then I'll please wait if someone else can offer a resolution! Thanks @eric. Anyone if you have way to add just this one tweak, PLEASE HELP!
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
Okay, I will try this @eric, thank you. To be clear, will I still be using the PHP to send the form to the email address? This new line of JS will work hand in hand with the PHP, correct? My above PHP code does work, but it just won't make t…
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
I'm in over my head with PHP and JS ... I had a friend write this contact submit form code, and am lost!
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@eric, or anyone ... If I'm using .PHP to submit a contact form, can I also use JS to validate the form?
-
Trying to make our text fields in contact form REQUIRED! Frustrated!! PLEASE HELP!
@eric, I have the code in place, I'm simply missing something small, I believe. Can you offer a shorter solution than editing all the above code to match mine? Thank you very much sir!
-
CONTACT FORM not working ... please help!!
Okay, I'm figuring this out. I just have one field now that is not sending over. If I'm unable to figure this out by the evening, I'll post again. @chrisburton, thank you again for your help. @traq, thank you.
-
CONTACT FORM not working ... please help!!
@traq, sir, I do not know the answer. I had another gentleman write the PHP code for me and I only know what I sent over. Please your advise is greatly appreciated.
-
CONTACT FORM not working ... please help!!
Okay thanks @traq, currently I am not receiving an error message, after the above fix that @chrisburton recommended. Emails are being sent, HOWEVER they are just blank emails, no information from the text fields is being sent over.
-
CONTACT FORM not working ... please help!!
@chrisburton, now it is sending (THANK YOU), HOWEVER, it's not sending any of the information from the text fields. Just an email shows up with no information in the inbox.
-
CONTACT FORM not working ... please help!!
that very well could be it @chrisburton ... testing now.
-
CONTACT FORM not working ... please help!!
Thank you sir. Above is line 33.
-
CONTACT FORM not working ... please help!!
$send_contact = mail($to,$subject,$message,$header);
-
CONTACT FORM not working ... please help!!
that's the html calling on the .php. Did I include everything?