Where does the info from the forms go?

Hi Sidney,
Sorry to bother you again, but I am really perplexed as to where the information that is collected from the forms is going.  Please coould you explain?
I have used the Tribuca template for my first online shop.
The account registration page only caputers the first/last name email adress and postcode, even though it asks for the address and phone numbers in the customer tab in the admin panel.  I cannot find any of the information gathered at all.
The order doesn't seen to capture the address details and therefore there isn't anyway of prepopulating the address for subsequent orders.
Even the update details page is not caputring the address details, please could you help?
The test address for my site is lazypatch.gorgeousconcepts.co.uk
Many thanks
Lisa

For some reason my edit profile page is not sending the information to the Customer CRM in either UI.
Once the form has been submitted, a box pops up saying something like "your form is being sent" when I click on OK the box goes and the form doesn't change.
It sounds like some of my code is wrong somewhere, does anyone know what should be in the code please?  I think it is something to do with the JS down the bottom.
Mine look like this:
<form name="catupdatedetailsformform3349" method="post" onsubmit="return checkWholeForm3349(this)" action="/MemberProcess.aspx">
  <td><label for="Title">Title</label><br />
                <select name="Title" id="Title" class="cat_dropdown_smaller">
                <option value="635720">DR</option>
                <option value="635719">MISS</option>
                <option value="635716" selected="selected">MR</option>
                <option value="635717">MRS</option>
                <option value="635718">MS</option>
                </select></td>
            </tr>
            <tr>
                <td><label for="FirstName">First Name</label><br />
                <input type="text" name="FirstName" id="FirstName" value="{module_firstname}" class="cat_textbox" maxlength="255" /> *</td>
            </tr>
            <tr>
                <td><label for="LastName">Last Name</label><br />
                <input type="text" name="LastName" id="LastName" value="{module_lastname}" class="cat_textbox" maxlength="255" /> *</td>
            </tr>
            <tr>
                <td><label for="EmailAddress">Email Address</label><br />
                <input type="text" name="EmailAddress" id="EmailAddress" value="{module_emailaddress}" class="cat_textbox" maxlength="255" /> *</td>
            </tr>
            <tr>
                <td> </td>
            </tr>
            <tr>
                <td><label for="Username">Username</label><br />
                <input type="text" name="Username" id="Username" value="{module_username}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="Password">Password</label><br />
                <input type="password" name="Password" id="Password" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="PasswordConfirm">Confirm Password</label><br />
                <input type="password" name="PasswordConfirm" id="PasswordConfirm" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
            </tr>
        </tbody>
    </table>
    </div>
    <div class="fieldset">
    <h2 class="legend">
    Other Data
    </h2>
    <table cellspacing="0" cellpadding="2" border="0" class="webform">
        <tbody>
            <tr>
                <td><label for="HomePhone">Home Phone Number</label><br />
                <input type="text" name="HomePhone" id="HomePhone" value="{module_homephone}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="CellPhone">Mobile Number</label><br />
                <input type="text" name="CellPhone" id="CellPhone" value="{module_cellphone}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td> </td>
            </tr>
            <tr>
                <td><label for="BillingAddress">Address</label><br />
                <input type="text" name="BillingAddress" id="BillingAddress" value="{module_billingaddress}" class="cat_textbox" maxlength="500" /></td>
            </tr>
            <tr>
                <td><label for="BillingCity">City</label><br />
                <input type="text" name="BillingCity" id="BillingCity" value="{module_billingcity}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="BillingState">County</label><br />
                <input type="text" name="BillingState" id="BillingState" value="{module_billingstate}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="BillingZip">Postcode</label><br />
                <input type="text" name="BillingZip" id="BillingZip" value="{module_billingzip}" class="cat_textbox" maxlength="255" /></td>
            </tr>
            <tr>
                <td><label for="BillingCountry">Country</label><br />
                <select name="BillingCountry" id="HomeCountry" class="cat_dropdown">
                <option value=" ">-- Select Country --</option>
                <option value="GB">UNITED KINGDOM</option>
                <option value="US" selected="selected">UNITED STATES</option>
                </select></td>
            </tr>
            <tr>
                <td> </td>
            </tr>
        </tbody>
    </table>
    </div>
    <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
    <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
    <script type="text/javascript">
//<![CDATA[
document.getElementById('Title').value = '{module_title}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; var submitcount3349 = 0;function checkWholeForm3349(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.Password && theForm.PasswordConfirm) { if (theForm.Password.value.length > 0 || theForm.PasswordConfirm.value.length > 0) { if (theForm.Password.value != theForm.PasswordConfirm.value) why += appendBreak("- Password and its confirmation do not match."); if (theForm.Password.value.length < 6) why += appendBreak("- Password must be 6 characters or longer."); }} if(why != ""){alert(why);return false;}if(submitcount3349 == 0){submitcount3349++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//]]>
</script>
    <div class="buttons-set">
    <p class="required">
    * Required Fields
    </p>
    <input type="submit" class="cat_button" value="Submit" id="catupdatedetailsformbutton" />
    </div>
</form>
Thank you

Similar Messages

  • When I capture a still frame froma video in Llightroom 4.3, where does the captured frame end up?

    When I capture a still frame froma video in Llightroom 4.3, where does the captured frame end up? I cannot find it. Stan

    It will be right next to the movie in your library and the jpg file will end up on your hard disk right next to the movie file. You can see the actual file by right (or control) clicking on the image in the library view and selecting "show in Finder/Explorer"

  • When I transfer photos from my camera to my computer, where does the computer store them?

    When I transfer photos from my camera to my computer, where does the computer store them?

    Assuming you're using iPhoto 09 or later.
    By default the photos are stored in the iPhoto Library in your Pictures Folder.
    The iPhoto Library is a Package File. This is simply a folder that looks like a file in the Finder. This is a simple protection from users inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Want to look inside?  Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Standard Warning: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things,, deleting them or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    As an FYI: There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Where does the data get saved from (notepad) or Notes on Windows Mobile 5?

    Where does the data get saved from (notepad) or Notes on Windows Mobile 5?
    (ON the Phone)  Sticky note like program WM5
    I ask because I synced my Blackjack 1 to my pc after about a year and MANY notes later, All the notes from the PC remained but ALL new notes on phone (a years worth) were deleted from the phone.
    I would like to attempt a data recovery on my mobile device- that was an insane endeavor but i got it to work now i just need to know what to look for (what type of files to recover) and or where to recover from?
    I did make the phone a drive already and have data recovery software that can pull deleted files from the phone in fat or raw data format.
    Thanks.

    Hi,
    I think this is not the best forum for your question. This forum is for Microsoft Exchange Server's mobile connectivity issues.
    Regards,
    Zoltán
    http://www.clamagent.org - Free Antivirus for Exchange
    http://www.it-pro.hu
    http://emaildetektiv.hu

  • Where does the ACS server get the DNS info for IP pools?

    I am trying to change the DNS servers that my VPN users are assigned from the IP pools on the ACS server. Where does the IP pools get the DNS server information. I have changed the DNS Ips on the windows server and rebooted. But the VPN clients are still being assigned the old DNS servers.

    ACS ip pools do not push DNS server information
    It is either being forwarded from VPN concentrator group setup or
    it is being send from ACS user/group setup > Radius(VPN 3000) attributes > [026/3076/005] Primary-DNS.
    Hope this helps.
    Regards
    Rohit

  • Where does the JeelyBeans look and feel come from?

    Where does the JellyBeans Swing look & feel come from that is used in
    Workshop UI?
    -Nick

    Nick -- Thanks for the kind words.
    While we don't have plans to make the look and feel available outside of the IDE,
    you may want to check out some of the other look and feel resources within the
    Java community such as
    www.javootoo.com
    or
    http://directory.google.com/Top/Computers/Programming/Languages/Java/Class_Libraries/Graphics/User_Interface_Classes/Look_and_Feels/?tc=1
    We did use JDK 1.4 for Workshop and were very pleased with its performance and
    other aspects.
    - Pete Horadan
    Workshop Dev Mgr.
    "Nick Minutello" <[email protected]> wrote:
    I think it would be excellent if BEA made the JellyBeans look and feel
    freely available - even getting it added to the Sun JDK.
    There is a distinct interest in developing C# clients purely due to the
    fact
    that Swing doesnt perform and doesnt look good. JDK1.4 reportedly has
    numerous performance improvents. What is missing is a good look and feel.
    The Jelly Beans look and feel is quite good (I suspect that it is no
    accident that its flat look is similar to Visual Studion .NET.).
    I think that encouraging developers to remain with Java for GUI clients
    can
    only be good for Java and in turn J2EE as a whole. A pure java environment
    would be much better than a deliberatly mixed environment. Java RMI is
    much
    simpler than SOAP, etc.
    Aside from the ultruistic viewpoint, we would dearly like to use it in
    our
    Swing applications - perhaps we can stave off a turn to C# / .net clients.
    Regards,
    Nick
    "Carl Sjogreen" <[email protected]> wrote in message
    news:[email protected]...
    At this point we don't have plans to license the look and feel of the
    application (the swing components) separately, but I'd love to hearmore
    about what you had in mind.
    -Carl
    "Nick Minutello" <[email protected]>
    wrote
    in message news:[email protected]...
    I am really interested in the answer to this question... please
    =+=+=+=
    Does BEA have any intentions of making the look & feel commercially
    or
    freely
    available? (esp for existing, but potentially growing customers ;-)
    -Nick
    =+=+=+=
    -Nick
    "Ian M. Goldstein" <[email protected]> wrote in message
    news:[email protected]...
    It's homegrown. (There is no pluggable look-and-feel at this time.)
    Ian M. Goldstein
    Developer Relations Engineer
    BEA Systems, Inc.
    "Nick Minutello" <[email protected]>
    wrote
    in message news:[email protected]...
    Where does the JellyBeans Swing look & feel come from that is
    used
    in
    Workshop UI?
    -Nick

  • I have backed up iphone where does the info go?

    i have backed up my iphone where does the infromation go

    I'm not sure what you're asking. The "info" is the data sync between your address book, calendar, etc so all that info is supposed to be synced between those apps on the BB and the Mac so the data is resident in those apps.

  • Where does the default route come from ?

    Dear All 
    As we know, the edge router in client side gets default route from ISP' edge router. Where does the default route come from in ISP? If the ISP edge router has full route table, it produces there. If not, it comes from its upstream router until full routes table(only BGP). Please correct me if I am wrong. Thank you. 

    Hello.
    While establishing BGP with ISP, there are three options for a client:
    > Default route (used in general) - client router forwards every request (for destination route) to ISP router.
    > Full route - ISP router's complete routing table would be received and maintained in client router.
    > Partial route - Only specific route would be received from ISP (Head office - Branch office scenario)
    ISP generate default route from their peering router that should have full routing table or knowledge of the router having it. A local ISP may generate default to their client and have one received from their upstream or global / larger ISP. Hope this helps.

  • Contacts - where does the TP pick them up from?

    This may be a dumb question, but I cannot correlate the contacts between the TP and any of my email accounts. Lots of overlap, but also lots missing.
    So, where does the Contacts app pick up the contacts list from? Anyone got a definitive answer?
    regards
    Alan
    Post relates to: HP TouchPad (WiFi)

    OK - I think I've got it.
    It's picked up my contacts from my Exchange account - and it's also picked up "suggested contacts" as well. Which is where I was getting confused.
    Alan

  • Can I use "find my iPhone" from my Mac? If so, where does the app reside?

    I have Find My Mac on my iPhone, but can this be used from the Mac to find the iPhone? If so, where does the app reside on the mac?

    Which browser? Safari, Finder ETC.
    In icloud on my desktop(system pref) I can only selet the tick box next to Find My iPhone.

  • Where does the «On my Mac» mailbox come from ?

    Hi ...  In the my Mail's Trash mailbox in the sidebar, recently a sub mailbox called «Sur mon Mac (On my Mac)» mailbox (see here) was created.  Where does it come from and what is it's purpose? 

    If you add/import your own mailboxes (I have a lot of them because I like to be organized), the system will automatically add a separate trash can for anything you may delete from one of those because the system treats those separately and, by default, assigns them to "on my Mac". If you delete anything from one of your own folders (not the system default mailboxes), it will wind up in the On My Mac trashcan.
    Any mailbox under my heading of IMPORT is considered "on my mac".

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • (SOLVED) where does the xorg server gets the Composite file from?

    I'd like to see the list of composite combinations. Seeking on the Internet I understand that the file should be:
    /usr/share/X11/locale/en_US.UTF-8/Compose
    Where en_US.UTF-8 is my locale, but according to that file:
    <Multi_key> <underscore> <o>         : "ō"   U014D # LATIN SMALL LETTER O WITH MACRON
    I should obtain the small letter o with the macro using multi_key underscore and o. Instead I obtain this: º.
    Same problem with the
    <Multi_key> <c> <o>                  : "ǒ"   U01D2 # LATIN SMALL LETTER O WITH CARON
    If I press the keys I obtain: ©, the copyright sign...
    So... Where does the arch xorg got its Compose file? Change I change its behavior?
    Thanks.
    Last edited by ezzetabi (2009-10-10 15:25:02)

    I ignored that is was an application side issue, thanks for explanation. And indeed I was using lxterminal: the terminal emulator of lxde that is based on GTK. Using the xim input system everywhere solved the problem.
    People! Listen! Put this two lines in your .xinitrc :
    . /etc/X11/xinit/xinitrc
    export GTK_IM_MODULE=xim
    export QT_IM_MODULE=xim
    exec whatever you use
    Thanks! Cheers!
    Last edited by ezzetabi (2009-10-10 15:25:25)

  • Where does the logging in RDBMSRealm go  --and-- are some JavaDocs missing?

    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

    Thanks Terry,
    Sorry, I should have mentioned that I am using WL6.0.
    Does anyone know what I need to do to get the RDBMS Realm log to start on
    WL6.0.
    About the missing JavaDocs: Also, if I am doing development using these
    classes I still do not
    understand why they are not on the 6.0 refernce site!
    About the missing JavaDocs,
    I see java docs for a lot of classes, but what document do I use that
    helps me to understand the entire framework? The Programming
    Weblogic Security does give this information.
    Example question: how do I get a reference to the realm to create
    users? Should I even be doing this?
    Thanks for your help.
    Bill.
    "THorner" <[email protected]> wrote in message
    news:B4D7B3CBF165D311844100C04F4E3E1B031246@DANCERACE01...
    If you are using WLS5.1 you much set the property
    weblogic.security.realm.debug=true
    then this information will be sent to stdout. This is set to false by
    default, as there is a lot of information, and it is a big performance
    hit.
    I think weblogic likes to avoid some of its APIs being public, which is
    annoying at times, but probably reasonable
    terry
    -----Original Message-----
    From: Bill Ralenkotter [mailto:[email protected]]
    Posted At: Thu 03 May 2001 16:00
    Posted To: weblogic.developer.interest.security
    Conversation: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    Subject: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

  • Where does the wire plug into phone to connect to computer i phone 5s

    where does the wires plug into the phone iphone 5s for transferring photos from my phone to the laptop

    The bottom of the iphone:
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running google maps app on the phone. Siri cannot seem to get me to a specific address. Where does the problem lie? Thanks.

    Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running Google Maps app on the phone. SIRI cannot seem to get me to a specific address. Where does the problem lie? Also can anyone tell me the hierarchy of use between the Apple Maps, SIRI, and Google maps when the app is on the phone? How do you choose one over the other as the default map usage? Or better still how do you suppress SIRI from using the Apple maps app when requesting a "go to"?
    I have placed an address location into the CONTACTS list and when I ask SIRI to "take me there" it found a TOTALLY different location in the metro area with the same street name. I have included the address, the quadrant, (NE) and the ZIP code into the CONTACTS list. As it turns out, no amount of canceling the trip or relocating the address in the CONTACTS list line would prevent SIRI from taking me to this bogus location. FINALLY I typed in Northeast for NE in the CONTACTS list (NE being the accepted method of defining the USPS location quadrant) , canceled the current map route and it finally found the correct address. This problem would normally not demand such a response from me to have it fixed but the address is one of a hospital in the center of town and this hospital HAS a branch location in a similar part of town (NOT the original address SIRI was trying to take me to). This screw up could be dangerous if not catastrophic to someone who was looking for a hospital location fast and did not know of these two similar locations. After all the whole POINT of directions is not just whimsical pasttime or convenience. In a pinch people need to rely on this function. OR, are my expectations set too high? 
    How does the iPhone select between one app or the other (Apple Maps or Gppgle Maps) as it relates to SIRI finding and showing a map route?  
    Why does SIRI return an address that is NOT the correct address nor is the returned location in the requested ZIP code?
    Is there a known bug in the CONTACTS list that demands the USPS quadrant ID be spelled out, as opposed to abreviated, to permit SIRI to do its routing?
    Thanks for any clarification on these matters.

    siri will only use apple maps, this cannot be changed. you could try google voice in the google app.

Maybe you are looking for

  • Does attaching an external display slow the computer?

    I have never used an external monitor with my MB Pro. The one I have was purchased July 09 and has the 2.53 CPU. If I attach and external monitor will it noticeably slow down? Would it matter which monitor I used? Looking a MacMall today I see the Ap

  • Self Billing Process

    Experts, I have a customer requirement in which customer want to have a self billing with invoice creation done for this customer. scenario: A customer consignment is reached to customer and based on consumption, they will send a report in which it w

  • Order of schemas matters for SchemaFactory.newInstance().newSchema?

    When calling SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI).newSchema(streamSources);I receive an error if the streamSources are not ordered in a particular fashion. I am trying to build a framework that allows schemas to be added ad h

  • Performance issues while editing automation?

    Hello, I'm working on a video mix project in logic 8. The pieces are about 20 minutes long but there are not a huge number of tracks (8). I am about 12 minutes through and getting some serious system slowdown when editing automation. I have buffers m

  • Exchange itouch

    Hei, i wont to know if i can do an exchange with my old ipod touch for a new one, because i have some trouble with my old