Online application web forms (steps and how to)

hello guys.
i hope to get there soon.
but so far i still need you help.
and thanks again
here it is.
as part of a MIS technician group i am assigned to take care
of online application form to get the paper work out of commision.
the problem is how to?
i have all the toolss, dreamweaver, homesite and a test
server.
i need some / lots of advice on how to do this project? dont
know how to start.
shall i create a form using html first.
then create a CF code??
a non technical group wants a form that goes into a data
abse.
also a printable form (online application just like the hard
copy.
how do i start my project??
are there examples online or documentations
on how to do this?
i guess my question is .
1. how to break this down (professional way)
2. will i use CSS
3. i have oracle in the back end (shall i start with access)
4. help me on what questions to aks
thanks

You better use oracle ....A sample form...
<cfform action="CCARProc.cfm"
enctype="multipart/form-data" method="post" name="CCAR"
onsubmit="return verify()">
<table width="730" border="0" cellpadding="2"
cellspacing="1" align="center" class="unnamed1">
<!--DWLayoutTable-->
<tr valign="top">
<td colspan="3" bgcolor="#F2F2F2">Name Of
Requester(<font color="red">*</font>)</td>
<td width="402" bgcolor="#F2F2F2"><cfinput
type="text" name="Requestor_Name" size="15" value="#REQNAME#"
maxlength="25" >
 MTABT Email(<font
color="red">*</font>) 
<cfinput name="Req_Email" type="text" size="8"
maxlength="20" value="#ReqEmail#"
>@mtabt.org</td></tr>
<tr>
<td colspan="3">Requester Telephone #(<font
color="red">*</font>) </td>
<td><cfinput type="text" VALUE="#REQPHONE#"
name="RPhone" size="12" maxlength="12" message="Requester Phone
cannot be blank / Invalid Entry!" required="yes"
validate="telephone"> [e.g. xxx xxx xxxx or
xxx-xxx-xxxx]</td>
</tr>
<tr>
<td colspan="3" bgcolor="#F2F2F2">Facility(<font
color="red">*</font>)</td>
<td bgcolor="#F2F2F2">
<cfselect name="Facil">
<option value="2B">2B </option>
<option value="BBT">BBT </option>
<option value="BW">BW </option>
<option value="CB">CB </option>
<option value="HH">HH </option>
<option value="MP">MP </option>
<option value="QMT">QMT </option>
<option value="RI">RI </option>
<option value="TM">TM </option>
<option value="TB">TB </option>
<option value="TN">TN </option>
<option value="VN">VN </option>
</cfselect>
</td>
</tr>
<tr>
<td colspan="3">Department(<font
color="red">*</font>)</td>
<td><cfselect name="Dept">
<option value="Contracts">Contracts </option>
<option value="Engineering">Engineering
</option>
<option value="Executive Office">Executive
Office</option>
<option value="Finance">Finance </option>
<option value="General Counsel">General Counsel
</option>
<option value="HS">HS </option>
<option value="HR">HR </option>
<option value="ISD">ISD</option>
<option value="Legal">Legal </option>
<option value="Labor Relations">Labor Relations
</option>
<option value="Operations">Operations </option>
<option value="Payroll">Payroll </option>
<option value="Planning & Budget">Planning &
Budget </option>
<option value="Procurement & Mtrl">Procurement
& Mtrl </option>
<option value="Purchasing">Purchasing </option>
<option value="Revenue Management">Revenue Management
</option>
<option value="Staff Services">Staff Services
</option>
<option value="SD">SD</option>
<option value="Technology">Technology</option>
</cfselect></td>
</tr>
<tr>
<td colspan="3" bgcolor="#F2F2F2">Division(<font
color="red">*</font>)</td>
<td bgcolor="#F2F2F2"><cfinput name="Div"
type="text" size="20" maxlength="25" VALUE=""></td>
</tr>
<tr valign="top">
<td height="27" colspan="3" >Justification(<font
color="red">*</font>)</td>
<td bgcolor=""><textarea name="Justi" cols="50"
rows="3" wrap="VIRTUAL" ></textarea> </td>
</tr>
<tr>
<td colspan="3" bgcolor="#F2F2F2">VP Approval
By (<font color="red">*</font>)</td>
<td bgcolor="#F2F2F2"><cfinput name="VPAppFName"
type="text" size="20" maxlength="25" VALUE="#VPFName#">
     MTABT
Email(<font color="red">*</font>) 
<cfinput name="VPE" type="text" size="8" maxlength="20"
value="#VPEmail#" >@mtabt.org</td>
</tr>
<tr>
<td colspan="3" valign="top"
bgcolor="#F2F2F2"></td>
<td colspan="2" rowspan="2" valign="top"
bgcolor="#F2F2F2"><div align="left">
<input name="Submit" type="submit" value="SubmitTheForm"
class="button"
style="font-size='10pt';color='#663399';font-face='Arial,
Helvetica, sans-serif';" >
<input name="Reset" type="reset" value="ReSetTheForm"
class="button"
style="font-size='10pt';color='#663399';font-face='Arial,
Helvetica, sans-serif';">
</div></td>
<td width="90" valign="top"
bgcolor="#F2F2F2"></td>
</tr>
</table>
<div align="right"><span class="style4">Revised(
01.28.05 )</span>
<input name="submitDate" type="hidden"
value="<cfoutput>#DateFormat(Now(),'mm/dd/yy')#</cfoutput>">
</div>
</cfform>

Similar Messages

  • Just below toolbar, Firefox is telling me "Downloading the lastest applications" - what is this and how can I stop it. It's been running for 2 hours.

    Just below the toolbar, Firefox is telling me "Downloading the latest applications" - what is this and how can I stop it. It's been running for 2 hours.
    == This happened ==
    Every time Firefox opened
    == I opened the Firefox "Add-ons" window

    Disable or uninstall the MSN/Bing toolbar.
    See [https://support.mozilla.com/tiki-view_forum_thread.php?comments_offset=0&comments_threadId=0&comments_parentId=693619&comments_threshold=0&thread_sort_mode=commentDate_asc&forumId=1&time_control=3600 this thread] and [[Uninstalling add-ons]].

  • Automatically generate PDF from Oracle Applications web forms

    Hi,
    One can configure Oracle Applications to use a template (PDF, XSL, etc) for a certain web form, which basically allows the user to manually click a button on the form to Export it.
    On the other hand, how to do this automatically? In other words, is it possible to automatically export a form to PDF, and store it in DB, after a user inserts data?

    Hello Malas,
    if you don't need complex layouts, then try as_pdf_mini from Anton Scheffer
    http://technology.amis.nl/blog/8650/as_pdf-generating-a-pdf-document-with-some-plsql
    or
    http://reseau.erasme.org/PL-FPDF,1337?lang=fr
    Regards
    Marcus
    Edited by: Marwim on 14.03.2012 13:54

  • Where to Download WPC [ Web Page Composer ] and How to install it ?

    Hi Experts,
    I need to download the Web Page Composer and install for our use in my company. Can anyone help me
    on this where to get it and and how to install ?
    thanks
    Suresh

    Hi,
    Chech the SAP Note Number: [1080110 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_ep_km/~form/handler]
    Also some links that may help you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d07b5354-c058-2a10-a98d-a23f775808a6
    There are also lots of documents available on SDN, so just use SDN search.
    Regards,
    Praveen Gudapati

  • Can I customise the HTML code in an eCommerce online purchase web form?

    The Adora template lets me customise the html code but then after saving the form it reverts back to the default. Can anybody tell me if I can customise this form or find where the form placeholder/HTML is located so that I can try and insert the html directly.
    Thanks in advance!

    Hi Brendon. Although the form is a custom web form the actual form you view is under the Registration Buy layout of eCommerce layouts.
    You need to copy the html you edit from the customise web form part of the form and paste it into that Registration Buy Layout too.

  • How does Adobe create a desktop icon when I open a web pdf document, and how can I get it to stop?

    I am finding a host of pdf file icons cluttering up the desktop when I exit the Web after researching a topic. I have saved some files with the 'save as' feature, but there is nothing else I have done.
    I have looked through the usual properties, options looking for clues for this automatic program, to choose a different one... and have yet to find anything indicating this program or process.
    How is this happening and how can I stop it?
    Thank you!

    Thanks for your interest in helping- This system has Firefox (whatever is recent) , Windows 7 Professional, Adobe Reader XI.
    While on the Web, I have opened, perused, then saved docs to file using 'save as' option in the browser; and on closing the browser, I see numbers of pdf shortcuts on the desktop.
    Also, this kind of thing has occurred inconsistently, so there has been nothing "usual" in my actions to which I can attribute these icons.
    Sorry - I delete them and clean out the recycle bin, or I'd be able to tell you whether these were shortcuts or the actual files. I'm trying to resurrect the image in my mind, and I believe they may have been the docs, not simply shortcuts...
    Thank you for your time!
    [private data removed]

  • My AR form crash and how to disable installed modules

    Hi all
    my environmen is 11.5.8 on rh as 2.1. I have couple of module installed like ap ap gl po inv hr ..i have two problem here need help.
    First, I installed the hr modules but for some reason i wanna disable it and define position and job through po setup. set the status of the hr module from I to N in FND_PRODUCT_INSTALLATIONS so I can use PO to define the job which is successfully, but when i define positoin, a dialog warn me "HR_NULL_INSTALLATION_STATUS" and can not save the position. Can anyone encounter such a problem as mine and how to solve it?
    BTW, what is the right way to disable the instaled modules?
    Second, I met a form crash problem in ar module. I switch reposibility to ar and click transaction form, it seems form crashed and all the form including the navigator form are all disappeared, only php left. what is that problem? Can anyone help me out?
    Regards

    Hi stephen,
    Here in 11g you cant disable them .....nor avoid them while installing that is the disadvantage of this tool....It come as a whole package.
    Check the disadvantages of 11g by turri http://forums.oracle.com/forums/thread.jspa?threadID=1117649&tstart=45
    Hope helps you.
    Cheers,
    KK

  • [ANN] Online seminar - Web services management and security seminar

    Join us now (Thu 09:00am) for a live seminar about Web services management and security here:
    http://www.oracle.com/technology/tech/java/newsletter/seminars.html

    I have got the following error when i run the WebServicesAssembler.jar
    D:\Oracle\Oc4j\j2ee\home>java -jar d:/oracle/oc4j/webservices/lib/WebServicesAss
    embler.jar -config etc/config.xml
    Exception in thread "main" java.util.zip.ZipException: The system cannot find th
    e path specified
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:105)
    at java.util.jar.JarFile.<init>(JarFile.java:110)
    at java.util.jar.JarFile.<init>(JarFile.java:52)
    D:\Oracle\Oc4j\j2ee\home>java -jar WebServicesAssembler.jar -config etc/config.x
    ml
    Exception in thread "main" java.lang.InstantiationException: Unknown deployment
    tag in JMS Web Service Example: <option>
    at com.evermind.xml.XMLConfig.parseDeploymentMainNode(XMLConfig.java:293
    at oracle.j2ee.ws.tools.WsAssemblerConfig.parseDeploymentMainNode(WsAsse
    mblerConfig.java:68)
    at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:268)
    at com.evermind.xml.XMLConfig.init(XMLConfig.java:147)
    at com.evermind.xml.XMLConfig.init(XMLConfig.java:88)
    at oracle.j2ee.ws.tools.WsAssemblerConfig.init(WsAssemblerConfig.java:30
    at oracle.j2ee.ws.tools.WsAssembler.main(WsAssembler.java:17)

  • How can I use Automator to extract information from the body of an email sent from a web form.. and the import it into Highrise?

    I'm assuming that Automator is the way to go. I've never used it before but from research it seems to be the way to go. Also, I'm not good at programming at all.
    Here's a typical email...
    From:      [email protected]
         Subject:      Enquiry for Property ID: 408777039, 2 Grey Avenue, Manningham, SA 5086, Listing Agent
         Date:      18 September 2013 8:33:51 PM ACST
         To:      Joe Jope
         Reply-To:   [email protected]
    You have received a new lead from realestate.com.au for
    Property id: 408587036
    Property address: 2 Grey Avenue, Manningham, SA 5086
    Property URL: www.realestate.com.au/404387039
    User Details:
    Name: John Bon Jovi
    Email: [email protected]
    Phone: 0422645633
    I would like to: buy this house
    Comments: Please give me a call.
    I have several hundred of these emails and I want to extract the information and then save it into my CRM which is Highrise (https://highrisehq.com). If it's too difficult to get it directly into Highrise then I'm aslo happy to extract the info into excel and the import into Highrise. However I do not want to have to run through that proceedure for every single email.
    I'd really like some help on how to get Automator to do this for me. Or if not Automator.. any other suggestions?
    Thanks.
    John

    Hello
    You may try the following AppleScript script. It will ask you to choose a root folder where to start searching for *.map files and then create a CSV file named "out.csv" on desktop which you may import to Excel.
    set f to (choose folder with prompt "Choose the root folder to start searching")'s POSIX path
    if f ends with "/" then set f to f's text 1 thru -2
    do shell script "/usr/bin/perl -CSDA -w <<'EOF' - " & f's quoted form & " > ~/Desktop/out.csv
    use strict;
    use open IN => ':crlf';
    chdir $ARGV[0] or die qq($!);
    local $/ = qq(\\0);
    my @ff = map {chomp; $_} qx(find . -type f -iname '*.map' -print0);
    local $/ = qq(\\n);
    #     CSV spec
    #     - record separator is CRLF
    #     - field separator is comma
    #     - every field is quoted
    #     - text encoding is UTF-8
    local $\\ = qq(\\015\\012);    # CRLF
    local $, = qq(,);            # COMMA
    # print column header row
    my @dd = ('column 1', 'column 2', 'column 3', 'column 4', 'column 5', 'column 6');
    print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    # print data row per each file
    while (@ff) {
        my $f = shift @ff;    # file path
        if ( ! open(IN, '<', $f) ) {
            warn qq(Failed to open $f: $!);
            next;
        $f =~ s%^.*/%%og;    # file name
        @dd = ('', $f, '', '', '', '');
        while (<IN>) {
            chomp;
            $dd[0] = \"$2/$1/$3\" if m%Link Time\\s+=\\s+([0-9]{2})/([0-9]{2})/([0-9]{4})%o;
            ($dd[2] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of CODE\\s/o;
            ($dd[3] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of DATA\\s/o;
            ($dd[4] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of XDATA\\s/o;
            ($dd[5] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of FARCODE\\s/o;
            last unless grep { /^$/ } @dd;
        close IN;
        print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    EOF
    Hope this may help,
    H

  • Forms Error and How to suppress browswer in forms 9i

    Hi,
    I am getting the following Error during the execution of forms 9i:
    FRM-90928: Positional Parameter after key on command line
    Why this error come?
    It is cumbersome to start OC4J instance everytime when I open and run the forms 9i.
    Is there any way that I can run the form 9i without starting explicitly the OC4J instance.
    ALso After setting the set separateFrame=true in formsweb.cfg file, I still get the browser for displaying the results. How should I avoid it?Please inform about this.
    Thanks
    Behari

    Hi,
    Actually I just create a simple block using the emp table connecting as a scott and after that When I ran the form I got this message :FRM-90928: Positional Parameter after key on command line.
    Regarding forms 9i browser base environment, suppose if we go to deploy the forms 9i based application on client what should we do if client say, we can prefer client/server environment.
    Could you please suggest us about it?
    Also as we know forms 9i is designed for running on middle tier.So it is ok for large environment. But If there is a small environment and middle tier is not the requiremet, the small no of client connects to the datbase where the database server and all the forms application reside so in that case why we deploy forms application in another server.
    Please inform about it.
    Thanks
    Behari

  • Custom Form Entry and how to properly use it on a folder

    Hello,
    I created a custom form based on an example from coolsolution, and I want to use it in one folder.
    I does select it within folder configuration.
    The problem is that when i create an entry, my form appears, but when I click on OK, it's the old form from the example I found which appears. Then, if I try to modify the entry, I come back to my form, but all the data I entered have been deleted.
    In the form editing tool, I deleted all the old fields (from the example). But still teaming found them somewhere.
    Could you help me and tell in which step I made a mistake ?
    thanks,
    Guillaume

    Start with a new form. When in the Form designer, notice there are two primary sections: Form and View
    Add your elements to the Form, for instance a text box.
    Then go into the view and add the same text box (you will see it in the list on the right hand side) to the view.
    Now try to use this form in the folder to create an entry.
    Does it work?

  • Dynamic Form elements and how to process them

    Hello,
    I am a completely green flex developer with little
    experience. I am currently consuming HTTPServices and also posting
    data to them. I've got this down. I've built a form which has a set
    of checkboxes in a datagrid. It dynamically builds this list from
    an xml provided by HTTPService via php. Here is the code:
    <mx:DataGrid x="10" y="10" width="470" height="289"
    dataProvider="{pluginsListRequest.lastResult.family}"
    id="familyList>
    <mx:columns>
    <mx:DataGridColumn headerText="" >
    <mx:itemRenderer>
    <mx:Component className="pluginFamilies"
    id="pluginFamiliesItemRenderer">
    <mx:CheckBox selected="{data.selected}"
    change="data.selected=selected" label="{data.name}"/>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    </mx:columns>
    </mx:DataGrid>
    GRRR the code is a little hard to read like this but this
    editor won't let me post it any other way. I assure you it's
    formatted beautifully at my end.
    This produces a list of checkboxes with labels inside of a
    datagrid control.
    My question is this... Since this list will be changing, I
    can't statically define it. However, I need to iterate over this
    list and produce a POST request to post the data in the form. The
    script I am posting to, will create an xml which will then be
    written to the database. It doesn't really care what the incoming
    data looks like, it will generate an xml out of any POST request.
    How do I iterate over this list, using action script, and
    pull the labels/indexes for each one that is checked? I have been
    hammering on this for 2 days and am getting nowhere. It renders
    fine, I just can't figure out how to iterate over this dynamic
    control at runtime. I am sorry for being such a noob but I am
    learning the way of flex; it's pretty confusing for a novice.
    thx,
    Neil

    Finally I figured out how to do it. One has to create an outlet to the NSTextView embedded in the NSScrollView and use to to assign the text. I am sure there exist even better way to achieve it, but here is what I did:
    - click on MainMenu.xib, then on Text View in the second column. This selects the text-view area in the picture shown in column 3
    - click the text view in column 3 and cmd-drag it (in the IB) to the AppDelegate.h to create an outlet of NSTextView. I gave it the name myText.
    - in AppDelegate.m, assign the text (alles) to myText:
    [self.myText setString:alles];
    Trivial? Yes, but it needed time to figure it out an even the net did not provide a quick answer.

  • Under mac Os have two firefox applications, which to uninstall and how?

    Hi! Have Mac Os 10.4.11 and tried many times to install firefox (wich does work) since required to drag icon into application and would load untill almost very end . Had this problem for months and could always use browser although at opening of computer would always ask to drag picture and did so quite a few time as new trial but to no havail. Since dragging didn't work, kept copys of both to keep bookmarks and now would like to either delete or uninstall one of firefox applications.

    Might have been better sticking with one topic for this; could get confusing with two.
    However; The only Applications icon in the finder window sidebar should be an alias to the Applications folder in the Macintosh HD (at least by default). I would suggest you just drag the one in the Places section to the desktop and watch it disappear, then go to Macintosh HD>Applications and drag that folder to replace the one you just removed - that will ensure that the correct one is in Places.
    As for the one in the home folder, my new MacBook surprised me by having an Applications folder in the home folder, too; though as it's a new computer it was empty. So I can see how you might have one there, as it appears to have been part of the SL install.
    What's intriguing though is how you come to have so many applications in that folder, including duplicates of some of those in the HD Apps folder. Are these Applications at the same standard of update as those in the HD folder? or are they earlier versions?
    If they're earlier versions (and I'm guessing they may be), is it possible they've been migrated from a previous installation on that iMac during upgrade?
    Whatever the reason they're there, if they're not required, trash them (from the home folder Apps folder) or indeed if there's nothing you actually want in there, trash the whole Applications folder from the Home folder.
    The Dock behaviour sounds correct if two different versions of an Application are open, so you shouldn't see it again once you've removed the duplicated apps.
    Whatever you do, *DO NOT* remove the Applications folder from Macintosh HD!

  • What are the steps and how to run payroll for a person?

    Hi all,
    I have hired a person.  Hired with begda 01/01/2009.
    I have assigned the person to 0001, 0002, 0006, 0008.
    For this person how can I run payroll?
    Help me with the steps from begin of employee hiring to the employee payroll run.
    So that I can check the hired person payroll results in pc_payresult tcode.
    Thanks,
    Venkata

    Hi,
    Please check
    http://help.sap.com/saphelp_47x200/helpdata/en/69/317235acfa2b5ee10000009b38f839/frameset.htm
    Regards,
    Param

  • Desktop user to identify user of application : is it possible and how ?

    Hi,
    In windows (xp) everyone has a username to login on the network of my firm.
    I´m building a survey and want everyone having access to only his own record. No password needed.
    How to get the username of the windows-environment ?
    Any reaction will be appreciated.
    Leo

    Leo - I haven't tried that technique but you can put javascript in a page header. Maybe you just need that on the "starting" page. If you need it on every page, use a page 0 region header or page 0 HTML region to hold it.
    Since I haven't tried it, I won't try to guess how you would get the value into a page item but it shouldn't be hard.
    Scott

Maybe you are looking for