Help submitting my form - Code and results included *Please help*

So I have a form that gets filled out on my website theres 3
drag down menu options and about 15 or so fill in the blank boxes.
And I only obtain 5 of the answers, and the answers I receive
via e-mail arent even the answers Ive submitted. Ex: if I were to
put in a phone number I would get an alphabetical answer of "e"
And here are the results of the sent form which I receive via
e-mail.
I'm using Godaddy and Dreamweaver 8
Answers = Estimated_Credit_Score: e
Loan_Purpose: b
Property_Type: d
mytextbox: never
send: Submit Questionnaire

Bmwheel98 ,
Revisit each textbox by selecting it, then in the properties
window (design or split view) under the textField (on the left)
you'll see a textbox with the value of mytextbox in it, change this
to a unique name for each textbox you have on your form. Just like
you did for the List/Menus.
Code View Example:
use something like this...
Value of Home</span><span id="textbox"
style="float:right;"><input name="homeValue" type=text
id="homeValue">
not this...
Value of Home</span><span id="textbox"
style="float:right;"><input name="mytextbox" type=text
id="mytextbox">
Also, if you're using Windows hosting you can do a form
mailer with CDO on an asp page see here:
http://www.patio-de-recreo.com/doug/2005_May/cdo_mail_object.asp
This is what I use with GD and you can manipulate the form to
html so it's cleaner looking and easier to read. Works like a
charm. I also read somehwere that GD processes forms and mails them
once an hour, the CDO solution is pretty much instantly, if time is
a factor and the previous statement is accurate.
Hope this helped.

Similar Messages

  • Case created without business partner, reason code and  result code

    In our CRM system, some cases was created without business partner, reason code and result code.
    We created some customer functions to make these fields as mandatory, it always work for our technique people and process expert, but it didn't work for some users occasionally. We cannot debug it.  
    Can anyone tell me why and how to solve it?
    Please help me !
    Regards,
    Shirley

    Hello Shirley,
    Well, then I would check the code, which calls your custom function modules.
    It may be possible, that you have an IF in the 'Main' program, which makes it possible to skip the custom FM for these users.
    The reason I am assuming this, is that normally you need just to change attributes for a field to make it mandatory, or customizing like SHD0 makes this possible. If you use custom FM, you have to call them somewhere and this is the point I would be looking for.
    Check the traces for the users and you should find, that the custom FM are not called for them.
    My opinion, of course
    Award points if this helps.
    Regards,
    Martin Kuma

  • Website not centering! Code and Pic included.

    I can't seem to center my website, please look at my code and tell me what I'm doing wrong, I just started coding today.
    There is my code so far and here is the layout of what it's suppose to look like.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>VisualizeControllers</title>
    <style type="text/css">
    .Container {
              height: 1397px;
              width: 1280px;
              margin-right: auto;
              margin-left: auto;
              text-align: left;
    body {
              background-image: url(images/BG.jpg);
              background-repeat: repeat;
    #Logo {
              position: absolute;
              width: 115px;
              height: 119px;
              z-index: 1;
              left: 34px;
              top: 13px;
    #VisualizeControllers {
              position: absolute;
              width: 200px;
              height: 53px;
              z-index: 2;
              left: 158px;
              top: 34px;
    #Slogan {
              position: absolute;
              width: 200px;
              height: 24px;
              z-index: 3;
              left: 173px;
              top: 89px;
    </style>
    </head>
    <body>
    <div class="Container" id="Container">
    <div id="Logo"><img src="images/Logo.jpg" width="114" height="115" title="" /></div>
    <div id="VisualizeControllers"><img src="images/VisualizeControllers.jpg" width="407" height="51" /></div>
    <div id="Slogan"><img src="images/Slogan.jpg" width="375" height="24" /></div>
    </body>
    </html>
    http://gyazo.com/f13c7b9e07393061dd1ad20c3e38d06a
    I can upload dimensions of all those pics in the picture if you ask. Please help me out and let me know. I'm a beginner. :/

    I just uploaded to 000webhost.com and used FTP FileZilla. That is my website so far and the problem is as you can see in this picture. I inspected the element in chrome and this is the picture. http://i46.tinypic.com/vhg64k.png and as you can see the "Container" is highlighted in blue and that is where I want my logo and everything to be in and for some reasons I can't seem to get it inside the container. I just realized that the container is centered and I got that margin on auto which is good, but why is the contents not in it? Any help with that?

  • Embedding form code into website

    I've tried several times by copying the form code and pasting it into the html coding area of the website and when I go over to the visual side it shows nothing...

    Yes, that it correct.
    Ok, so I switched to FancyBox 2 and am just trying to figure out where/how to embed my form script......
    <script charset="utf-8" src="//js.hubspot.com/forms/current.js"></script>
    <script>
      hbspt.forms.create({
        portalId: '206683',
        formId: 'ecaa931c-1fc4-4b96-8aea-b040169f449d'
    </script>
    My new basic sample FancyBox page is here:
    http://online.saintleo.edu/FancyBox2/FancyBox2.html
    Thanks again for the help, your guidance is greatly appreciated.
    Kind regards,
    JK

  • How to continuously ping and result changes an image.

    Hi there developer network!
    I am having a issue figuring out how to loop a piece of ping code and result ( if true or false ) changes an image.
    here is my code running on a button click,
    My aim here is to basically automise the app so the user does not have to click the refresh icon,
    I have read a bit and am thinking I could use a while loop, But am unsure on how to use sleep with it.
    The other method would be to use a thread with sleep?
    //Declaration of Global Variables (IP's)
            public static string IP1, IP2, IP3;
            //Method Setting Variables(IP's)
            public static void setIP()
                IP1 = Properties.Settings.Default.settingIP1;
                IP2 = Properties.Settings.Default.settingIP2;
                IP3 = Properties.Settings.Default.settingIP3;
            //Method running Ping command
            public static bool PingTest(string toPing)
            string host = toPing;
            bool result = false;
            Ping p = new Ping();
            try
                PingReply reply = p.Send(host, 3000);
                if (reply.Status == IPStatus.Success)
                    return true;
            catch { }
            return result;
            //Refreshes IP1 then changes label to result
            private void btnRefreshIP1_Click(object sender, RoutedEventArgs e)
                setIP();
                bool isConnected = false;
                isConnected = PingTest(IP1);
                if(isConnected == true)
                    lblsIP1.Foreground = Brushes.White;
                    lblsIP1.Content = "Online";
                else
                    lblsIP1.Foreground = Brushes.Red;
                    lblsIP1.Content = "Offline";

    Hi Gareth,
    >>My aim here is to basically atomize the app so the user does not have to click the refresh icon,
    My suggestion is use a
    Timer Class.  The Elapsed event will be raised every X amount of seconds, specified in milliseconds by the
    Interval property on the Timer object. It will call the Event Handler method you specify, in the example above it is
    OnTimedEvent.
    public static void Main()
    System.Timers.Timer aTimer = new System.Timers.Timer();
    aTimer.Elapsed+=new ElapsedEventHandler(OnTimedEvent);
    aTimer.Interval=5000;
    aTimer.Enabled=true;
    Console.WriteLine("Press \'q\' to quit the sample.");
    while(Console.Read()!='q');
    // Specify what you want to happen when the Elapsed event is raised.
    private static void OnTimedEvent(object source, ElapsedEventArgs e)
    Console.WriteLine("Hello World!");
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have new Adobe premier Elements13 and Photoshop elements 12, but Cannot access website to generate code and register

    I have new Adobe premier Elements13 and Photoshop elements 12, (Download from Amazon) but Cannot access website to generate code and register. Please help if you can.
    I do not know how to find my PC specific code, nor can I simply use another PC if the programs are then only for use on that (not my main) PC!. I have entered the correct serial/codes which came in the download files but simply cannot go further as each time I try it fails to connect with the website?
    Vince

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS

    HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS IN ADVANCE

    try this website this should help you http://helpme.viber.com/index.php?/Knowledgebase/List/Index/1/iphone

  • HELP! hp laserjet prints code and infinite blank pages!

    hey guys,
    ive got an early 2009 imac with 2.66ghz intel core 2 duo and 8gb ram,
    im running latest mavericks and trying to use a hp laserjet 1320tn printer.
    PROBLEM:
    when i press print i get one page with a line of code and then infinite blank pages untill i hold cancel.
    the line of code is :
    %! PS-Adobe-3.0
                                %APL_DSC_Encoding:   UTF8
                                                                                   %APLProducer: (Version 10.9.2  (Build 13c6
    here are some things that i have tried:
    * checked toner - 46% full
    * using the printer set up on a network (unshared)
    * using the printer via usb
    * reseting printing system ( many times )
    * using latest drivers
    * using older drivers
    * using alternate drivers from HP
    * using a generic post script printer driver
    * repair / verify disk permisions ( many times )
    * (last resort) Clean install of osx mavericks with fresh hp updates
    im fresh out of ideas guys
    the printer has been checked with a windows laptop and it printed perfectly and immediately so its an issue with my mac
    i dont really want to buy another printer as a need a small network duplex monochrome laserjet, and this is perfect ( except i cant get it to work !)
    also i checked with the manufacturer and apple and this printer is supposedly supported.
    any help would be awesome!

    OK here goes... (please take a deep breath)
    I'm going to include TONS of details, hoping that something here might help you get to the answer.
    If it's too much for your brain at whatever moment you get time to read all this, I do apologize.
    Maybe come back later when they're sleeping and you're wide awake, if that is ever possible. I was a stay-at-home Dad for one precocious child for a few years, so I have a tiny idea what you're talking about, though our married friends with multiple (usually bickering) children always assured us that having just one child is nothing at all like having children. So bless you! My heart goes out to you!
    Anyway, in Windows, there used to be a generic HPPCL driver and a generic PostScript driver for older printers. You could usually use a "generic" driver just fine, because very few programs (other than page layout and graphic design) used even 1/10th of the capabilities of the lowest-common-denominator oldest version PCL or PostScript command set. Something like that DOES exist in the Mavericks print installation dialogue.
    But back to YOUR printer.
    I tried installing my HP LaserJet 1320 on my iMac running Mavericks*.
    Unlike Windows, you can't install a printer that OS X Mavericks cannot 'see', either directly connected or via a network 'share', or wirelessly.
    My HP is connected via a network share. This should not significantly change what happens when you install your printer, but no guarantees.
    This was my first attempt to install the HP, because my default printer is a Canon inkjet, connected wirelessly via WiFi.
    So the LaserJet is in another room physically connected via USB to a MacBook, and marked 'Share this printer' on the MacBook system preferences. The MacBook has to be awake (not sleeping) and in this case, physically connected for my iMac to 'see' it.
    So, when I clicked the + sign in the , System Preferences, Printers & Scanners to add a new printer,
    I entered the description HP LaserJet 1320 into the search box the first time, then
    1. Mavericks tried to "find" the HP LaserJet on the network, connected to the MacBook.
    2. "This printer requires software that is not installed..."
    3. "Downloading Printer Software Update..."
    4. "Setting up "HP LaserJet 1320 Series @ KoMtB (MacBook's network name)
    5. At that point the printer appeared in this Add window shown below:
    Note the bottom Use: window below Location...
    Note that the third choice is Generic PostScript Printer...
    THIS IS THE ONLY PLACE AND THE ONLY TIME you can apparently select anything about which printer 'language' the Mac is going to use to talk to your printer:
    In searching for about 10 minutes, I did not find any way to ever get BACK to this screen once the printer installation is complete, short of deleting and reinstalling the printer again, or adding the printer a second time with a different name.
    I selected the choice highlighted, HP LaserJet 1320 series. I did a test print from TextEdit, and it worked perfectly the first time. I also tried it from Pages, and again, it worked perfectly, no spewing of PostScript initialization strings...
    My suspicion is that maybe Generic PostScript Printer is getting selected by Mavericks somehow without ever informing the user.
    Maybe 'Auto Select' does it. Don't know.
    In any case, since you've already done a Printing System reset, you have nothing else (custom print job Presets) to lose by trying to reinstall it again.
    I tried it, and It SHOULD also be possible to install the same printer multiple times, PROVIDED THAT you rename each one slightly during the Add process (HP-3200, HP-Auto Select, HP-Generic PostScript... ), so you can give several of them a try until you find one that actually works.
    Now, here's how to find the 'generic' PCL printer driver...
    Add the printer again, giving is a new name.
    In Use: select "Select Software", then search for "HP LaserJet Series PCL 4/5"
    HP LaserJet Series PCL 4/5 driver IS a 'generic' PCL driver, and SHOULD work for basic printing, provided that you DO NOT use the slash between 4/5 in the printer name use a dash - instead. When I tried it with a slash (probably because it was a network share, the printer did NOT install. When I tried again and used a dash, it worked fine.
    The PCL 4/5 driver comes with a disclaimer as shown below:
    Your HP is apparently from the year 2000? (Mine is from 2004.) It's so hard to give up old workhorse friends, especially when one toner costs almost a much as a new printer. The good news it that newer LaserJets are WAAAAAAY faster, and a toner for a new model still costs almost as much as a new printer...
    After years of buying ONLY genuine HP toner, I finally purchased a generic toner cartridge online last year when I needed to print about 1500 pages. The high capacity generic refill cartridge cost 1/3 of price of a genuine HP 'standard capacity', and it works beautifully.
    Of course this is time consuming, especially when you have active kiddos competing for your time, but the last alternative after Gutenprint is to purchase a new printer.
    *DISCLAIMERS & FOOTNOTES:
    I don't use OS X Mavericks much, so I'm really not the best person to ask. But I did answer this thread ages ago.
    So, if none of this helps, please post your question again as a brand new message in the OS X Mavericks forum.
    That way it will likely get far more 'views' than posting your question in an old thread already marked 'solved'. 
    From what I've seen in the Apple Support Communities, those most knowledgable tireless Saints of Mac with tens of thousands of reputation points who frequent these forums most every day usually look for the 'unanswered' and 'unsolved' questions first.
    Mostly I use OS X 10.8 Mountain Lion, because that's what shipped already installed on my iMac that I purchased from Apple as a refurb in Dec 2013. And because 10.8 seemed more 'sorted out' than Mavericks did last December.
    When I got my iMac last December, I immediately installed OS X 10.9 Mavericks on an external drive that I could select at boot time because:
    1) I could get Mavericks for free (wasn't sure if it would be a limited-time thing)
    2) Purchase of a new or refurb Mac then included a free iWorks suite (Numbers, Pages, Keynote) latest versions (wasn't sure if it would be a limited-time thing)
    3) I have Windows 7 installed under Parallels 9 on Mavericks to run basically one legacy Windows application I spent years learning and still use once or twice a year. Honestly, almost the only time I use Mavericks is to run Parallels 9 and Windows 7 and that legacy Windows app.
    4) My original Mac is a mid-2007 MacBook is still running OS X 10.6.8. That's what the HP printer is connected to. I now use the MacBook for email or when I need to take a computer somewhere else. My MacBook is not capable of being upgraded to run Mavericks, and I wanted to at least know about the current version of OS X, even if I NEVER upgraded my main system.

  • Apple TV keeps asking my for my Credit Card verification code and I punch it in, still asks me for it, and restarted everything, went to my computer, checked the code, all is set, still can't rent a movie. Please help!

    Apple TV keeps asking my for my 3digit  Credit Card verification code and I punch it in, it still asks me for it, and went to my computer on iTunes store, checked the code, all is set and saved, go back to Apple TV still can't rent a movie, I still get the same Verification Required message without any further information after I punch in my 3digits. When I hit submit, the page goes back to the same place to type the code again, and yes the code is 100% accurate. I tried restoring the apple tv, every thing is up to date on all devices and signed in and out of my itunes store on my Mac, still no luck. Please help!

    This issue actually started a week ago... see: https://discussions.apple.com/message/23399558#23399558
    to determine if there are the same problems you are experiencing.  I have spent over 6 hours on this issue trying to isolate if it is a hardware, software, network, iTunes account, or Apple device issue.  My initial results indicate it is a software specific issue related to the Apply TV hardware device.

  • How to allow users to include a photo when submitting a form

    Using Adobe Livecycle Designer ES Version 8.2.1.3144.1.471865
    Would anyone out there know how to add the functionality of allowing users who are filling out a form to include a photo when submitting the form?
    Thanks in advance for any help.
    Regards,
    Lola

    Hi,
    If you drag an imageField onto the page, when the user clicks on this at runtime, they will be prompted to select an image file.
    There is an example of that in this form: http://assure.ly/j1KdNq.
    There are more image field examples on our site, but I don't think any of them are set up for the user to select an image. http://assure.ly/ozrNSO.
    Hope that helps,
    Niall

  • We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC

    We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC
    Our users use a form template to create other adobe forms with calculated fields, signature fields (using digital signatures)
    , and buttons. Will we be able to continue developing these forms if we upgrade to Acrobat DC?

    Hi Alex ,
    In general ,you would not have any issues and problems moving to Acrobat DC .It has a different user interface and with more enhanced features .
    You would be able to develop the kind of forms you are referring to .
    You could refer to the following document to get more information about Acrobat DC .
    FAQ | Adobe Acrobat DC
    If in case you are referring to any particular issue or problem or if you face any regarding Acrobat DC ,we are always here to help you with that .
    Please feel free to write us back .
    Regards
    Sukrit Dhingra

  • MY DAUGHTER LET A FRIEND USE HER IPOD TOUCH AND THEY CHANGED LOCK CODE AND SHE DOESN'T KNOW IT...... I CAN NOT RESTORE BECAUSE IT SAYS CODE HAS TO BE PUT IN TO UNLOCK IT...SOMEONE HELP ME PLEASE!!!!!!!!!!!!!!!!!!

    Someone used my daughters ipod touch and changed her lock code and I can't restore because it says I need to unlock the phone .... Can someone please help me figure this out????????????? Thank you soooooooooooo much

    IPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    Please Get the iPod Touch User Manual for iOS 5

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • My iPhone 4S locked to Tmobile so I contacted to Tmobile and submitted unlocking form, but I got a replied said my IMEI number was not recognized. So I tried second and third time submitted the form and got same reply.

    My iPhone 4S locked to Tmobile so I contacted to Tmobile and submitted unlocking form, but I got a replied said my IMEI number was not recognized. So I tried second and third time submitted the form and got same reply.  I've been using same handset they issued to and never changed. But I have know idea why they said they don't recognised my IMEI number. Can anyone help me to solve this issue. Thanks

    You need to call T-Mobile or visit a T-Mobile retail store.

  • Forms Code-Validation between 10g AS and windows

    i have a doubt as to what will be the forms code to validate between 10g AS and windows. This code will be used for in the case of windows authentication working between 10g AS and windows.
    I hope, my question is clear. Please help in solving the doubt.
    Regards.

    my doubt is that what will be the forms code to validate between 10g AS and windows. This code will be used for in the case of windows authentication working between 10g AS and windows. I mean to say that the code will have to be given in the my login form to validate that the user & password entered in my login-in form is the Windows user & password, if it is correct, it will allow to go to the next screen but if it is not correct, it will not allow to go to the next screen.
    regards.

Maybe you are looking for