Registration form question...

I'm starting a new project and the client wants a registration from that shows what people choose in a separate box. To better illustrate:
What is being asked is a registration form in the "Main Content" area, where people can choose what classes they want to sign up for; and the choices being shown in the "Submission Form" area as they choose them. I'm just wondering if that's possible with dreamweaver or is it more of adobe flash I should be working with.
Any help with this would be appreciated. Possible links or some kind of tutorial around this. Thanks!

First, you definitely don't need and shouldn't use Flash for this.
Basically it sounds to me like you are looking for a cart type functionality without any payment processing.  How well versed with you on server-side languages (eg: PHP), databases (eg: mySQL) and Javascript?  If you are not,you may want to look for scheduling scripts ( http://www.hotscripts.com/search/php/scheduling ).  That's where I would start and evaluate based on how much control the client wants on the backend for this registration process.

Similar Messages

  • How to make registration form in vb 2010 express that is link in database access 2007

    Please help me to make a registration form. The project must have different user and each has username and password will be saved in
    my database but only the admin can add users. Thank you in advance.

    Your question needs to be more specific. We can help with Visual Basic code questions but your question is beyond the scope of that. You may want to look at the options from the below Google link. It looks like there are some YouTube videos that can help
    you with your project.
    https://www.google.com/search?hl=en&as_q=registration+form+access+database&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&tbs=&as_filetype=&as_rights=&gws_rd=ssl#hl=en&as_qdr=all&q=registration+form+access+database+vb.net
    Paul ~~~~ Microsoft MVP (Visual Basic)

  • Customer registration form won't display in testing environment.

    Hi everyone,
    I am using DWCS3 with the free version of MAMP.
    I have put a customer registration form together and have just started to add the php $mailSent code.
    In design view everything seems to be o.k the three gold shields are displayed at the top of my page.
    However when I try to view the page in my local testing environment, the page doesn't display at all I just get a white screen. I was also getting an error message suggesting my site url's weren't mapped properly, or, my server wasn't serving pages with a .php extension.
    I checked my datetest page and that is displaying today's date, I also checked my phpinfo page and that is also displaying.
    I also checked that my site url's are mapped properly, I would say they are because my other site pages e.g. index page, links page, about page ect are opening up in my testing browser.
    I have added my code for anyone to take a look at;
    the 1st block of code I added at the top of the document before the <!DOCTYPE> (suggested in The Essential Guide to Dreamweaver CS3)
    the 2nd block of code is added just after the page's main heading.
    the 3rd line of code is added to the form action in the opening form tag.
    Could someone please help, as I am stumped.
    Thankyou.
    <?php
    if (array_key_exists('send', $_POST)) {
    //mail processing script
    $to = '[email protected]';
    $subject = 'Customer Registration from HLPhotography';
    //process the $_POST variables
    $name = $_POST['name'];
    $email = $_POST['email'];
    $postcode = $_POST['postcode'];
    //build the message
    $message = "Name: $name\n\n";
    $message .= "Email: $email\n\n";
    $message .= "Postcode: $postcode";
    //limit line length to 70 characters
    $message = wordwrap($message, 70);
    //send it
    $mailSent = mail($to, $subject, $message);
    ?>
       <?php
    if ($_POST && !$mailSent) {
    ?>
        <p class="warning">Sorry there was a problem sending your message, please try later.</p>
        <?php
    elseif ($_POST && $mailSent) {
    ?>
        <p><strong>Your message has been sent thankyou for registering your details.
        </strong></p>
        <?php } ?>
    <form id="formcusrg" name="formcusrg" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?">

    Sorry, I can't help with your question, I'm not a php guru  :-)   but you may want to edit out that email address if it's a live one - it will get hit by the bots if left here too long !
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Flash Pro cs5.5, MySQL, login and registration form

    Hi.
    I just started to use Adobe Flash CS5.5 and i want to make my new homepage based on flash. Only problem at the moment is that i don't know how to make flash login and registration form what takes data from MySQL. I am messed with this about 3 days but without any results(form is done, but don't know how to make it communicate with MySQL).
    Sorry for my bad english.
    Can anybody please help me?
    Thanks in advance for helping.

    You should really start by some literature if you can't even draw a form. I don't mean to be cruel but otherwise you'll never learn flash. If you like the technology, start from the start like everybody else. If you'll have some questions, or will be confused about something you learned, I'll be happy to explain it to you. But don't expect people to program your app for you - this is not learning.
    You can start with adobe tv: http://tv.adobe.com/search/?q=flash&product=17&topic=0&version=10&sortby=relevancy
    Great page with tutorials: http://gotoandlearn.com/
    More tutorials: http://active.tutsplus.com/category/tutorials/
    Or you can find professional tutoring videos at www.lynda.com (but they are not free)

  • Registration form appears every time I open,

    I re-intalled and reregistered my Photoshop CS2 according to instructions but the registration screen appears every time I open.  How do I stop it

    Hi,I need help
    My question was answered with another question which I answered in the affirmative. then the forum  showed that my problem was solved, not so. I deactivated and re activated my licensed cs2 as directed and the registration form re appears every time I open.
    Adobe directed me to the forum for a solution to my problem because they no longer support cs2. ????
    Thanks for hearing my problem
    Chuck Kane

  • Registration form in apex

    Hi,
    I have created a registration form for a sample application, and it's all working great, except for i dont know how to use the inputted data to add the new user into the
    security system of the application. I'm using the standard apex authentication scheme. But it's just not clear in which table i have to insert the username and login to let them be
    able to log in.
    Any help would be much appreciate.
    PS. if it was not obvious yet, i am an beginner in this :)
    Thank you very much

    PS. if it was not obvious yet, i am an beginner in thisWelcome to the forum. Please ensure you have updated your forum profile with a better handle than "user12077737". Note that it's helpful if you provide the following information with your questions:
    - APEX version
    - DB version and edition
    - Web server architecture (EPG, OHS or APEX listener)
    - Browser(s) and version(s) used
    - Theme used
    - Template(s) used
    - Region type(s)
    i dont know how to use the inputted data to add the new user into the security system of the application. I'm using the standard apex authentication scheme. But it's just not clear in which table i have to insert the username and loginIn this case you don't perform DML directly on the APEX tables. Use the <tt>apex_util.create_user</tt> API and associated procedures.

  • REGISTRATION FORM & LOGIN

    Hi to all,
    I want to create an e-commerce site with HTMLDB 2.0. My site will have some public pages and some private pages.
    A user will have to register using a registration form, and then login in order to see the private pages.
    I don't know how to start. Can someone please help me?

    I don't mind answering my own question here. I went into the Dreamweaver Exchange and downloaded WebAssist products. Security Assist, Data Assist, Universal eMail - a package deal they had. (Researched user reviews first). Of course, I had just moments (OK, a few days) to get it all working. I had to purchase tech support from WebAssist for Security Assist to help me set it all up. Best money I ever spent. Their support is quick and very efficient. They understood my dilema and time constraint - helped get it all up and running in no time and taught me how to carry on for a reasonable price. If you're looking for an answer to my question here - that's what I did and it is all working great!!! By the way - you have to convert your site to php for this, which simply means change the .html extension to .php - so easy to do. I think I spent most of my time trying to get an answer to that simple question!! Good Luck!!

  • Make registration form with MVVM Galasoft

    Hi everyone, 
    My application has a registration form, which contains 1 username TextBox , 2 password and password confirmation box . I'm using MVVM model, but I don't know how to pass the text from these TextBoxes to RegistrationViewModel.cs (It's my ViewModel) .
    Can anyone instruct me how to make a registration form by using MVVM ?
    Thank you

    The answer is binding.
    You set the datacontext of your window to an instance of the viewmodel.
    That can be via the viewmodellocator mechanism in mvvm light.
    You will have an example of that if you created an mvvm light solution.
    Or
    You can just new up an instance in the code behind constructor of your window and set the datacontext.
    You can see a bunch of examples of doing this in my samples:
    https://gallery.technet.microsoft.com/WPF-RowNo-in-Datagrid-5102958e
    https://gallery.technet.microsoft.com/WPF-Highlight-Changed-a77976d4
    https://gallery.technet.microsoft.com/WPF-EntityFramework-MVVM-c7167301
    In the viewmodel you need a public property for each of your textboxes, bound to the text property.
    You change the text in  the textbox and the bound property changes once that is commited.
    Depending on the binding this is when you tab off or on changing the text.
    The viewmodel should inherit from viewmodelbase.
    So you would have something roughly like
    public class RegViewModel : ViewModelBase
    private string passWord;
    public string PassWord
    get { return passWord; }
    set
    passWord = value;
    RaisePropertyChanged();
    in the markup
    <TextBox Text="{Binding Password, Mode=TwoWay}"
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • Custom user registration form and custom user attributes.

    I am wondering if anyone out there has any experience creating a custom portal user self registration form. This form would contain some default user attributes that are in the standard form, but it would also need to contain user attributes that are custom to the application we are deploying. Just wondered if anyone has any experience with this or how it might work.
    Thank you,
    Craig

    I know this question has reaped no answers, so I thought I'd toss in a second request for the information. I have found no documentation on how to do this. Has anyone succeeded?
    Thanks!
    Erik

  • Forms Questions...

    Hello,
    I created a registration form. I have a section for Hotel Reservation. I have 4 different options as a drop down to select what type of room they want. Also in this section is the arrival and departure dates. One of the options are "I do not need a room". Is there a way once they have selected this option "I do not need a room" all other fields in this section go away? Is this possible?

    Hello Jared,
    You've a lot of questions for one post ;-)
    How can I create a form that has fields from more than one table?The easiest way is to create a view with all the columns from the different tables and base your form on that view (instead of the table)
    Is there an way to code a "combo" box?Yes. You can do that with a select list with submit and in your other select list you have in your where clause WHERE column = :P1_ITEM_SELECT_1 (your first select list)
    Alternatively you can search for AJAX select list in the forum or on Carl Backstroms sample application. This is more generic, but requires some coding from you
    How do I add a field to the table that doesn't correspond to a column in a table? I suspect just add an item and then add that to the form, but just checking.Correct
    How do I validate that one or the other value has been set (the select or the text box)?There's a validation section on your page processing section. You can add not null validations for ex over there
    How do I store the proper value into the table and set the boolean value properly based on which form field the value came from?Not sure what you mean, but to store the values of the columns of your view (based on different tables), have a look here http://dgielis.blogspot.com/2006/09/updateable-view.html
    You could also write a plsql process yourself to do the right inserts in the tables for ex when your check box is Y then do this, else do something else.
    Hope that makes sense.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Error in Self Registration form

    Hi,
    Language field in the initial supplier self registration form is mandatory in ROS. Even after selecting english, it gives me error, select yr language. Pl let me know how to correct it. Is it related to config in web survey or is it html form error?
    Regards,

    Hi Pooja,
    This error usually occurs when you have wrongly populated some other field. For ex : In email id you mention 'abc ' instead of 'abc at xyz.com'.
    Pl ensure that all other fields are populated in the correct format.
    It's a strange behaviour of the ROS_SELF_REG BSP page.
    Regards,
    Nikhil

  • Master-Detail Form Questions

    Master-Detail Form Questions
    I have two questions in regards to master-detail forms:
    First, the form I am working on has 25 detail rows displayed to the user. If the user has more than 25 detail records for the master, I want them to be able to add more. For instance, after they enter the 25th record, I would like a pop up window to ask them if they would like to add more detail records for this master. If they select yes, then the records they have entered would be saved and then the form would repopulate with the current master record and another empty 25 detail records.
    Second, I would like the Detail Action to be set to Insert if the user moves to a new detail row and selects an item from a combo box.
    Thanks for any and all help.
    Jeremy.

    Hi Sharmila.
    Is there a way to repopulate only the Master information without populating the detail after the 'Save' button is pressed? I have written code that uses the session variables and repopulates the form with all the data that has just been saved, but I need only the master without the detail.
    Thanks.

  • Help With Registration Form

    Hi
    I have created a registration form, where on the first page
    the user enters a user name and password, then they go to the next
    page where they enter their name. This then goes to the next page
    where they enter their address, then there contact details.
    But I want all these details to go on to a page where they
    can review their details, then press a submit button which inserts
    the data into a mysql db.
    But I need help with how I do this?
    I have created the following Java script in the body. Or
    should it be in the header? Or on another form? to insert their
    details:-
    <% Insert Data %>
    <jrun:sql datasrc="regift">
    INSERT INTO account VALUES ('<%=
    request.getParameter("User_Name").trim() %>',
    '<%= request.getParameter("Password").trim() %>',
    INSERT INTO name VALUES ('<%=
    request.getParameter("First_Name").trim() %>',
    '<%= request.getParameter("Last_Name").trim() %>'
    INSERT INTO address VALUES ('<%=
    request.getParameter("House_Number").trim() %>',
    '<%= request.getParameter("Street").trim() %>',
    '<%= request.getParameter("Town").trim() %>',
    '<%= request.getParameter("County").trim() %>',
    '<%= request.getParameter("Postcode").trim() %>'
    INSERT INTO contact_details VALUES ('<%=
    request.getParameter("Email_Address").trim() %>',
    '<%= request.getParameter("Telephone_Number").trim()
    %>'
    </jrun:sql>
    Is this correct?
    Thanks for all your help, Lou.

    Your code is correct only for the first page. What you need
    to do after the
    initial record is entered is grab its ID and then on
    subsequent pages you
    would use and UPDATE sql statement
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "LoobieLouLou" <[email protected]> wrote in
    message
    news:emggvv$q67$[email protected]..
    > Hi
    >
    > I have created a registration form, where on the first
    page the user
    > enters a
    > user name and password, then they go to the next page
    where they enter
    > their
    > name. This then goes to the next page where they enter
    their address, then
    > there contact details.
    >
    > But I want all these details to go on to a page where
    they can review
    > their
    > details, then press a submit button which inserts the
    data into a mysql
    > db.
    >
    > But I need help with how I do this?
    >
    > I have created the following Java script in the body. Or
    should it be in
    > the
    > header? Or on another form? to insert their details:-
    >
    > <% Insert Data %>
    > <jrun:sql datasrc="regift">
    >
    > INSERT INTO account VALUES ('<%=
    request.getParameter("User_Name").trim()
    > %>',
    > '<%= request.getParameter("Password").trim() %>',
    >
    > INSERT INTO name VALUES ('<%=
    request.getParameter("First_Name").trim()
    > %>',
    > '<%= request.getParameter("Last_Name").trim() %>'
    >
    > INSERT INTO address VALUES ('<%=
    > request.getParameter("House_Number").trim()
    > %>',
    > '<%= request.getParameter("Street").trim() %>',
    > '<%= request.getParameter("Town").trim() %>',
    > '<%= request.getParameter("County").trim() %>',
    > '<%= request.getParameter("Postcode").trim() %>'
    >
    > INSERT INTO contact_details VALUES ('<%=
    > request.getParameter("Email_Address").trim() %>',
    > '<%= request.getParameter("Telephone_Number").trim()
    %>'
    > </jrun:sql>
    >
    > Is this correct?
    >
    > Thanks for all your help, Lou.
    >
    >

  • Event registration form

    Is there a way that I can create an event registration form were users log in and post an event through a registration form then use a seperate page to search those events for results. They should be displayed in a table structure with submit and search buttons and multiple registration and search fields.

    How good are you with server-side programming and databases?  If you're good with backend coding, visit the Application Development Forum for help.
    http://forums.adobe.com/community/dreamweaver/dreamweaver_development?view=discussions
    As an alternative to hand coding, you might use WordPress with an event registration plug-in.
    http://eventespresso.com/features/?gclid=CJCXi4Wp3a4CFQ-ChwodY09nXQ
    http://wordpress.org/extend/plugins/event-registration/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Acrobat Pro - fillable pdf form questions

    I have been looking for a solution for a client of mine. I created their website and they were looking for a way for visitors to open a padf registration form from a link on the site that has fillable fields. Once the fields are full the visitor can print the pdf as it must be handed in so do not have to worry about saving electronically.
    I did some research and found Acrobat Pro does this and so far I was able to take a copy of the company registration and make text fields out of the areas that need to be manually filled in. I did this and saved the file now I need to know the following.
    Past regular registration forms were downloaded from the company website thru a zip file, Can I take the new fillable file and be able a visitor to open, filll it out and then print it?
    any help with this as I have a Mac and need to make sure the fillable pdf is accessable on pcs and mac users.
    ralphd

    Simply upload the fillable for to the site then provide a link to it.
    Whether it opens in the browser and they fill it out there or it downloads to their computer and they fill it out in Reader is up to their preferences.

Maybe you are looking for

  • Pulseaudio Error, Home Directory Not Accessible: Permission Denied

    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us. D: [pulseau

  • Steps to create Iobjetcs in CRM Service

    Hi guys, Could anyone tell me what steps I need to follow to create Iobjects in CRM 4.0? Can you point me to any good documentation? The documentation I found so far was not useful. Cheers Martin

  • Impairment of Fixed Assets

    Hi All, Can any one help me in understanding what is Impairment of Fixed Assets, As you must be aware, the Institute of Chartered Accountants of India has made it mandatory for all entities to account for impairment of assets. The institute has broug

  • Nested DataSets?

    Howdy! I'd like to start by saying that the Spry Framework provides a fantastic and fun way to create dynamic web pages. I've been having a blast toying around with it. But I've run into a situation I haven't been able to figure out yet. The Gallery

  • SRM Consolidation.

    Hi Guy's I hope someone will help me on this. We are going to merge 4 company's and currently we are working on Classic scenario SRM5 and the others in ECS SRM5 . So my question is 1) Can we have two different Technical scenario ECS and CS) 2) What w