Results 1 to 47 of 47

Thread: How do I build a form
      
   

  1. #1
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Exclamation How do I build a form

    Dear Blue Voda helpers,

    Okay, i know i keep bothering you with many questions... but im just really slow... so im sorry for putting up alot of threads asking for help...

    1) Okay... on my website im trying to put a complaint "thing" on here and io was wondering...is there anyway i can use the "text area" so that they can use that to type in their complaint.

    2) Another thing i would like to know is if i can use a "button" so that they can submit their complaint to me.

    3) I have just watched the tutorial on how to make a form on your website...and was wondering if i can use that same "routine" to use for the complaint "thing" (my apologies i just cant seem to find the right word for it...) im trying to make, if at all possible.

    So...can anyone help me here?
    My domain name is www.dy-chan.com and if you would please go to the site and click "Conntact me." Where it says complaints it should show you what im trying to do here... please if anyone has suggestions or if anyone can help me here it would mean alot to me...!!!




    Dyiko_Kakiishi

  2. #2
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Can anyone help me here? Its urgent...!!!

    Quote Originally Posted by Dyiko_Kakiishi
    Dear Blue Voda helpers,


    Okay, i know i keep bothering you with many questions... but im just really slow... so im sorry for putting up alot of threads asking for help...

    1) Okay... on my website im trying to put a complaint "thing" on here and io was wondering...is there anyway i can use the "text area" so that they can use that to type in their complaint.

    2) Another thing i would like to know is if i can use a "button" so that they can submit their complaint to me.

    3) I have just watched the tutorial on how to make a form on your website...and was wondering if i can use that same "routine" to use for the complaint "thing" (my apologies i just cant seem to find the right word for it...) im trying to make, if at all possible.

    So...can anyone help me here?

    My domain name is www.dy-chan.com and if you would please go to the site and click "Conntact me." Where it says complaints it should show you what im trying to do here... please if anyone has suggestions or if anyone can help me here it would mean alot to me...!!!





    Yes, you'll need a form for this. Follow the tutorial, do some reading in the forms areas of the forum and with some practice, you'll be able to create exactly what you need.

  3. #3
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    Yay! Thank you very much for the help!! And the encouragement!!! ^^
    Dyiko_Kakiishi

  4. #4
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    Oh but if it is no trouble may i ask you another question? Ummm.... i kept typing in stuff but it doesnt seem to work...!!! ...???... can you check it out and see IF you can tell me what i did wrong just by analization? (if thats how you spell it!!!) i did everything according to the tutorial...!!! are there some things i have to change and fix?
    Dyiko_Kakiishi

  5. #5
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default Re: How do I build a form

    Check what, where???? Please be more speceific and please stp centering your text, it makes it hard to read for us old people.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    The complaints form is never going to work: you have named your "complaints" filed as "submit". You must name it something else, i.e. "Complaint" as the submit button itself is named also "submit", so it will submit nothing at all.

    Then of course i can't know if your "action.php" page is correct or not (i can't see the php code in it, so i simply can't tell)

    The Questions button is a normal button, so it does nothing at all. There is no link or form related to it.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh yes, i know that there is something wrong with the Questions button because right now im trying to focus on the complaint button so IF or WHEN i get the complaints button down then i already know how to do everything right, then i can do the same w/ the questions button...

    But what im trying to understand at this point is (im a little confused right now...but i think that MIGHT be normal) so i put its name as "Complaints," right? But for the button type i dont use submit? Also...when i was following the tutorial i noticed the tutorial said to put the code in before the header and the one that was typed said to put it in the "Inside body tag" might that have anything to do with it...

    Oh and another question..when it says to add my real email....do i add my real email or my blue voda email like this one: username@mysite.com???? Because i added my yahoo. email in the coding..

    Sorry for so much questions...!!! >.<
    .

    `
    Dyiko_Kakiishi

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    But what im trying to understand at this point is (im a little confused right now...but i think that MIGHT be normal) so i put its name as "Complaints," right? But for the button type i dont use submit?


    Yes, for the submit button you must use the name "submit"

    Also...when i was following the tutorial i noticed the tutorial said to put the code in before the header and the one that was typed said to put it in the "Inside body tag" might that have anything to do with it

    It is not important. If you have a script that detects errors and redirects to another page, then it should be placed in the "Start of Page". If the script (like the one in the tutorial) doesn't detect errors, it is not imporant if you place it in the Start of Page, Between Head Tag or Inside Body.

    Oh and another question..when it says to add my real email....do i add my real email or my blue voda email like this one:
    username@mysite.com???? Because i added my yahoo. email in the coding..
    Real email means ANY real email of yours. It is not important if it is on your VodaHost account or not.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    wow...umm...thank you for answering all of my questions...but...it seems i did everything right though...what else could be wrong? I cant see what i did wrong...
    Dyiko_Kakiishi

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    I can't find your "action.php" page. The "action.php" is the thank you page, with the script in it, but i just can't find it. Are you sure you have published it ? with this name ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  11. #11
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    well...i saved the page as arigato.bvp, the thank you page, and i did everything according to the tutorial...does me naming it with .bvp a bad thing? well...im going to go over the turtorial and everything else to see if i mispelled anything in the coding...or if i did anything that would mess anything up...i'll go over this thing 100 times if i have to!!! >.<

    P.S
    yes i did name it "action.php"
    Dyiko_Kakiishi

  12. #12
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    OMGosh!! i got the thankyou page to work!! but...what happens to the stuff i wrote in there??? does it send it somewhere or am i just not that far into it yet..???
    Dyiko_Kakiishi

  13. #13
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Ok, now your thankyou page shows up when you submit. If the php script is pasted in this page, it should send you an email. However, even if the script works, you might NOT receive the email.
    The reason for this is that your "Complaints" form doesn't have a "email" field, for the visitor to fill in.
    This means that the email that is sent to you, results without a sended, and as such it might be blocked by your ISP. To fox this, there is one thing that you can do: replace this line of the script:

    $mailhead = "From: $email\n";

    with this:


    $mailhead = "From: youremail@example.com \n;"

    replacing youremail/example.com with your own email address.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  14. #14
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    okay...i replaced
    $mailhead = "From: $email\n";
    with
    $mailhead = "From: myemail@example.net \n;

    but i still dont see any "new msgs" in my inbox...am i supposed to put the spaces in there?
    Dyiko_Kakiishi

  15. #15
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    because i didnt...
    Dyiko_Kakiishi

  16. #16
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh...well...would it help if i did put an email field in there for the vistor to put a complaint? and then redo what i just did???
    Dyiko_Kakiishi

  17. #17
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Yes, an email field would help. Of course the script has to be restored back to what it was originaly.

    Please use my contct form to send me your "action" BlueVoda page. I will fix it for you and mail you back, so you will simply publish it again.
    Include the mail address that you want the form to be sent to.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  18. #18
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    so i actually fill out the form??? thats all...? or do i have to fill out the form AND send you the "action" BlueVoda page?...because i dont know how to send you that... sorry...im just really dense...so please dont get mad.. <:D
    Dyiko_Kakiishi

  19. #19
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Edit the form page, "contactme", and publish it. Then use my contact form to send me the "action" bluevoda page . Use the Upload field of my form to send the file
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  20. #20
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    okay...well i did it...hope i did it right though...if i did anything wrong..please tell me stright..i can handle it..!! >o
    Dyiko_Kakiishi

  21. #21
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Quote Originally Posted by Dyiko_Kakiishi
    okay...well i did it...hope i did it right though...if i did anything wrong..please tell me stright..i can handle it..!! >o
    You did submit from my form, but you didn't attach your file, so i can see nothing.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  22. #22
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    what..? but...i clicked on the browser button and sent you the file named contact me...? am i supposed to send you that file...? or...should i save it as a template and send it to you as a template...? would that do anything???
    Dyiko_Kakiishi

  23. #23
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    I received the "contactme.bvp" file, but this is not the one i need. I need the "action.bvp" file to see your script. Please send it.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  24. #24
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    ooohhh...the thankyou page? So sorry...im on it!
    Dyiko_Kakiishi

  25. #25
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    done! hope i got it right!!
    Dyiko_Kakiishi

  26. #26
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Ok, you have two problems:

    1. The thank you page with the script is "arigato.php" but, in the form, you have set as action, "action.php". Change it to "arigato.php"

    2. Since there is no "email" field in the form, your ISP might block the mails even when the script will work. So i edited the script to include your own mail as sender, if it finds no visitor email

    I have mailed you the page back, please edit the form (set the action to be "arigato.php") and publish it. Then publish the page "arigato" i am sending you and test the form.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  27. #27
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    I can't mail you . please provide another email address, this one is bouncing.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  28. #28
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    through my email? okay well i'll be waiting for it!!
    Thank you SOOOOOO much...i know...i muct've been a real pain...but thatnk you for sticking right there with me...but i have a feeling im still gonna need help after i get the email...sorry...!!!
    Dyiko_Kakiishi

  29. #29
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Please look again the above post of mine: I can NOT mail you, the email address that you sent me is NOT working, at least for me. Please let me know ANOTHER email address so that i can send you the file.

    Thanks
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  30. #30
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh wow...that wasnt showing when i was sending my post...oh okay, i'll send you my hotmail! Here it is: momoko.dysan********.com okay...hope it works ...!!!
    Dyiko_Kakiishi

  31. #31
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh and by the way...the email i sent you using you're contact form IS/WAS editha.lovable@sbcglobal.net right?
    Dyiko_Kakiishi

  32. #32
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    i published...but got no email...!!! i like..sent myself a complaint...and it doesnt work!!! Dx
    Dyiko_Kakiishi

  33. #33
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    If you wish, use my form to send me your login details. I will fix it for you.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  34. #34
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    umm...??? like the sever ip address and the username and all that stuff i use for the publishing?
    Dyiko_Kakiishi

  35. #35
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Yes, those
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  36. #36
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    However, i have instructed you to publish the "arigato" page i sent you, and change the form action in "arigato.php". You did NOT follow my instructions. The form action is still "action.php". I don't even know what is in your "action.php" page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  37. #37
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh...it looks like i forgot to push the reply button... and you didnt get the other reply..well...okay...i did...again...and it works..but..i still dont get the email...sooo...yeah i'll go to your contact from now...!!
    Dyiko_Kakiishi

  38. #38
    vodafreak is offline Second Lieutenant
    Join Date
    Mar 2007
    Posts
    143

    Default Re: How do I build a form

    Do the tutorials

  39. #39
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    yeah but since im just using the form layout to get what i want on my website i cant really use the tutorials...well...they help get everything started but yeah...
    Dyiko_Kakiishi

  40. #40
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    But your form is working now. I tested it and received the submission. Or isn't it ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  41. #41
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    everytime i check it out i always send myself a complaint...and check my email to see if it sent the complaint to me...but it doesnt...! as soon as i send the complaint...it takes me to the thank you page...but when i check my email in see no new msg..(at least not the one i sent) at first i thought maybe there was something wrong with my email and that it just doesnt except the the mail..(i know a crazy idea, but i could think of nothing else) but i have made the sign-up form for my website and did everything accordingly and sent it to myself and i got the email almost immediately!...is there no way to using the form layout without having an an email put in by users?
    Dyiko_Kakiishi

  42. #42
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How do I build a form

    Then there is simply an issue either with your ISP blocling the mail, or something else, because the complaint form IS working. A i said, i tried it, and received the mail. I have also changed the script, to make sure that if no email is entered (as in your complaint form) it automatically included your own email address as the senders address. So, in fact, there IS an email address.

    My laptop got stolen yesterday, so i no longer have your login details. If you wish, send them again and i will have another look.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  43. #43
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    oh...im very sorry about your laptop! but i think i'll try and see if it works with my other email...i'll tell you if it works or not...with your laptop stolen im thinking thats a sign you should probably start resting up...and take a little break so yeah...im going to change the email...!!!
    Dyiko_Kakiishi

  44. #44
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: How do I build a form

    Hey there, Dyiko. Quick question: are you checking your junk e-mail? Sometimes mails from forms get sent there.

  45. #45
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    well...i dont have "junk email" but i have bulk (i dont know if thats the same thing or not but..) i check the bulk right after i check the email...!! thank you for your concern!
    Dyiko_Kakiishi

  46. #46
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: How do I build a form

    no problem. I honestly don't know what's happening then. But you are in good hands with Naval. He's like this wizard when it comes to scripts...well, compared to me lol! Anyway, I hope everything works out for you and I will be checking out your site.

  47. #47
    Dyiko_Kakiishi's Avatar
    Dyiko_Kakiishi is offline Sergeant Major
    Join Date
    Mar 2007
    Location
    I live in Stockton,Ca.
    Posts
    89

    Default Re: How do I build a form

    To NavalDesign,
    thankyou very much for all your help!!! it works and is being sent to my email (my other one) sooooo anyway!! thankyou for all your help (and stickting with me through all of this!!) i am very grateful to you!!! now that you can take me off of your list of "people to worry about!!!" i, again, am very grateful to you!! Doomo Arigato Gozaimasu!! xD (sorry about the many thanks!! xDD but i cant help it!)
    Dyiko_Kakiishi

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49