Creating a simple form

I just want to create a simple form that users can fill in and a e-mail is send to our helpdesk. I just cannot find any information about this, only how to create lists. When i do that and put list on the site it shows all the lists, when i click on Add
A New Item it shows the form i wanted to put on the site:
Example
Any ideas / tips?

Hi,
You can send email from InfoPath through various ways it depends on your requirements and your need, follow this article that includes all the steps with image.
http://redcapeco.wordpress.com/2010/09/20/create-a-submit-button-in-an-infopath-form-to-email-recipients/
when you publish the InfoPath form it will deploy to SharePoint site and form will open when you will click on new item from list menu or you can add your InfoPath form as content type in any list in this case also to fill the form you need to go to the
list where you added the content type and need to choose new item from that list.
It you would elaborate your requirements in simple steps we would be able to provide the specific solution for your need.
Krishana Kumar http://www.mosstechnet-kk.com

Similar Messages

  • Create the simple form

    hi friends,
    can u tell me the steps to create the simple form in oracle application express by which i can insert data into oracle 10g database table.
    please do me reply soon. thanks

    User622321,
    I would suggest that you read the "APEX User's Guide" first. It has detailed instructions for creating a form using a wizard. You can download the PDF at http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471.pdf.
    In the PDF document, go to section "Creating a Form Using a Wizard." After you read the documentation, if you still think you need help, please post a request here and I will be glad to rephrase the instructions for you.
    Thanks!
    JMcG

  • Create a simple form

    hallo i would like to create a simple form template so people can fill some information to send a request.
    does someone could help me please?

    Originally Posted by laurabuckley
    Hi
    Perhaps you can do this by creating the "template" e-mail and then saving it as a .VEW file. (File - Save View)
    Then distribute the .VEW file to those who need it. To use it they simple double-click the .VEW file and a new e-mail is created with the bits and pieces in it ready for finishing and sending off.
    Cheers,
    No, i need that who fill the form use the template without modifyng it. is i use a .VEW file as template, i can modify it.
    i need to create form that someone can open, modify ( only the text fiels, not all the template) and send. I use this to create a Request Mail
    any suggestions?
    Thanks a lot

  • Need help creating a simple form in Dreamweaver CS3!!

    I'm trying to create a form in Dreamweaver CS3, and while I have the form built I'm confused as to how to make it actually function.  What I'm trying to do is create a form that when the visitor clicks submit, the data is emailed to me.  Can someone help me figure out how to accomplish this?
    Thanks so much!

    Ute's answer is spot on - you need a FormMail script to process the form.  Check with your host (or via the control panel) and see if they supply such a form for free.
    If not, google for "formail script' and you'll find quite a few available - all free to use.
    You just need to add a couple of lines to your html code, change a few things in the formmail script and the form will process.  Sounds complicated but most scripts come with a help file to help you get off the ground.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • I need to create a simple form and have it submitted to Paypal...

    Hello all,
    I need to have visitors go to my website, register and then pay for a seminar at my church. I know how to create a form; but I need to know how to create a form that will register and pay for the event. The payment will go to Paypal, which we already have set up. Any pointers or tutorials around?

    That was what I was suggesting. If you are no familiar with secure web sites (and I am not), it is best to have that part handled by pros in that area. They also get to accept the liability in such cases (read any contract carefully). You may want to be sure that the page returned opens in a browser and not in Acrobat. The latter is probably not the best way to link to a secure site.

  • Create Simple Form Execute Query on Page Load

    Hi Everyone.
    I have a simple question.
    I created a simple form using the wizard based on a table.
    The result - 2 pages - One with a report and one linked page for maintaining data in the table (click on edit icon on page1 and page 2 loads executing a query).
    My question is this: Where on Page2 can I find the variable that Page1 populated?
    Meaning, when page2 loads, it executes a query and uses a variable that was populated on page 1.
    I checked under processes, but cannot see the query. Also checked Region and even default value for the primary key.
    This is important to me, because I might want to create a simple form that executes a query retrieving all data from the table without a where clause.
    Sorry - New to this tool and environment.
    Any suggestions would be appreciated.
    Regards
    Barend

    Barend - Check the Automated Row Fetch process on the form page. The report link will pass the primary key value into an item on that page and the process will use the value of that item to fetch the row for the form. You don't see the actual query because it's all declarative, i.e., you "declared" that you want a form populated from a table. We know the item name containing the PK value for the query and we know which items to populate on the form page.
    Scott

  • How to create and run Forms?

    Hi!
    I have install WebLogic server and Oracle Forms. WebLogic is running...
    What must I do now to be able to create some simple form and run it?

    Oracle Forms Builder is in Oracle Developer Suite 10g ( http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/index.html --> first in the "What's included")?
    -----EDIT----
    Ok. Now I know Oracle Forms Builder is in "Portal, Forms, Reports and Discoverer" package available from http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    I have already install that. May one tell me the name of the Oracle Forms Builder executable? (on Linux)

  • How to create a MD form using dynamic page ?

    Rahul and Sharmila,
    You have answered several of my queries earlier and I am thankful for them.
    I have been trying to creating a MD form using dynamic page and I haven't fiqured it out. I need help. You both advised me on creating a simple form using dynamic page. The complexity changes drastically when I have to create a MD form. Has no body ever tried to create a MD form with dynamic page?
    I haven't heard from you anything either. I am stuck with this and I need help urgently. Would you kindly tell me if this is possible and how ? Otherwise, I will stop crying for help on this.
    Thanks for your kind attention.
    Mainak

    Hi,
    I have replied to this in the morning.
    Re: Oracle portal and JSR 168 compliance
    Hope it helps.
    Thanks,
    Sharmila

  • Best Layout for Simple forms

    I am sick of having to do all of these workarounds for create simple forms using the Swing API. What is the easiest and most effective way to create a simple form ? And whats Layouts should I use. Below is an example of what the form would look like.
    Name{Label}: {TextField}
    Address:{Label} {TextField}
    etc.. etc..
    all aligned. What is the best solution for this type of typical form. Currently I'm trying to utilize the BoxLayout nested but its very difficult to align the labels and the text fields or likewise the text fields etc.. Any help would be greatly appreciated.

    ParagraphLayout. it was designed exactly for this type of thisng
    label1 : textfield1
    label2:  textarea in scrollpane
               :  // text area occupies severals column (based on te preferred height)
    label3:  textfield2
               :  textfield3
    label4:  combobox1 gap label5: combobox2
    // the code to generate th edata entry form abouve using ParagraphLayout
    JPanel p = new JPanel(new ParapgraphLayout());
    p.add(label1, ParagraphLayout.NEW_PARAGRAPH);
    p.add(textfield1);
    p.add(label2, ParagraphLayout.NEW_PARAGRAPH);
    p.add(textareaScrollpanel1);
    p.add(label3, ParagraphLayout.NEW_PARAGRAPH);
    p.add(textfield2);
    p.add(textfield3, ParagraphLayout.NEW_LINE);
    p.add(label4, ParagraphLayout.NEW_PARAGRAPH);
    p.add(combobox1);
    p.add(Box.createHorizontalStrut(10));  // 10  pixel gap
    p.add(label5);
    p.add(Box.createHorizontalStrut(10));  // 10  pixel gap
    p.add(combobox2); you can get the Paragraph layout at: http://www.jhlabs.com/java/layout/
    they also have other nice layout (like GridLayoutPlus - similiar to GridLayout, but allows different row and column size)

  • Can I create an HCM Form without involving any workflow steps?

    Hi Experts,
    Can I create an HCM Form without the involvement of any Workflow steps ? I tried to create a simple form to save the User id( IT0105) of a person. I tried to simulate the process through program RPASR_TEST_PROCESS_EXECUTION. But, finally it failed saying "No workflow assingned. Process not successfully completed" . How should I proceed if I dont want any workflow steps to be included?
    I just want the form to update the infotypes directly when I save.
    Pls advice,
    Thanks in advance!
    Mahesh

    Yes. This is undocumented for some reason (I learned it from SAP folks! haha). Set the workflow to:
    NO_WORKFLOW
    You're welcome. haha

  • I would like to create a simple vote form that members can hit the reply button and record their preference in a check box. Is this possible on iPad?

    I would like to create a simple vote form that members can hit the reply button and record their preference in a check box. Is this possible on iPad?

    Go to the App Store and search on "Forms Management".
    There are a lot of candidates.

  • Creating a simple mail form

    Hi,
    I want to create a simple mail form using portal. The form must not use the HTML "mailto:", cause this requires a mail client to be installed at the customers computer. So I want to use the UTL_SMTP package. I managed to send mails with this package, but the problem is: how do I build my form with lets say 3 fields, so that i can pass the entered values to the SendMail-Funtion? I tried to create a form based on a table, then add new items and delete the table-based-items, but that doesnt work. I cant access the not table-based-items and found the reasons for that in the forums here. Then I tried to do it with a dynamic page, but I didnt succeed in calling my send-mail-function from the dynamic page. How can I do it?
    Bye,
    Pascal
    null

    Pascal,
    You can use something like this:
    Create two tables:
    1) Table1
    (id NUMBER PRIMARY KEY, sender varchar2(100),
    recipient varchar2(100) ,message varchar2(3000) ,subject varchar2(200))
    2) Table2
    (id NUMBER , sender varchar2(100),
    recipient varchar2(100) ,message varchar2(3000) ,subject varchar2(200))
    Here Table2 & Table1 are identical. You can use only one table if you do not want to maintain the history of the mails sent.
    Base your form on "Table1".
    Now pass whatever values you want to pass you can base it through this form to the table1(I mean INSERT).
    Calling utl_smtp directly from here won't be a good idea because your form will hang unless the mail is sent.
    So create a procedure for sending mails:
    it should be something like this:
    create or replace procedure send_email (sender IN varchar2, recipient IN varchar2,
    message IN varchar2, subject IN varchar2)
    is
    mailhost varchar2(30) := 'your mail host';
    mail_conn utl_smtp.connection;
    Vhelo utl_smtp.reply;
    Vvrfy utl_smtp.reply;
    Vmail utl_smtp.reply;
    Vrcpt utl_smtp.reply;
    Vdata utl_smtp.reply;
    Vquit utl_smtp.reply;
    Vtemp number;
    VMsg varchar2(4000);
    begin
    VMsg := 'Subject:'| |subject| |chr(10)| |message;
    mail_conn := utl_smtp.open_connection(mailhost,25);
    Vhelo := utl_smtp.helo(mail_conn, mailhost);
    Vvrfy := utl_smtp.vrfy(mail_conn, recipient);
    Vmail := utl_smtp.mail(mail_conn, sender);
    Vrcpt := utl_smtp.rcpt(mail_conn, recipient);
    vdata := utl_smtp.data(mail_conn, VMsg);
    Vquit := utl_smtp.quit(mail_conn);
    -- Handle the error
    end;
    create or replace procedure call_send_email
    cursor Cur1 is
    select * from table1;
    is
    for vcur1 in cur1
    loop
    send_email(vcur1.sender, cur1.recipient, vcur1.message, vcur1.subject);
    insert into table2 values(vcur1.id,vcur1.sender, vcur.recipient,
    vcur1.message, vcur1.subject);
    delete from table1 where id = vcur1.id;
    End Loop;
    commit;
    exception
    --handle exception
    end;
    now call this procedure (call_send_mail) from dbms_job
    Hope this helps,
    Chetan.

  • Creating a Simple Parameter Form in Portal

    I am trying to create a simple parameter form in Oracle Portal 10.1.2. to be able to allow users to enter a parameter on the dashboard that will be passed to discoverer worksheets. However, I can't seem to find any information as to how to do this. All I find is information stating that it can be done.
    Can anyone explain this to me or send me a link that explains this?
    Many thanks.
    Dino

    hi
    You could look at http://www.oracle.com/technology/products/discoverer/files/viewlets/1012_dashboard.html
    I don´t remember if here you create the simple parameter form. But there is a portlet called "Simple Parameter Form", you can find it at Portlet Builders. You can reach this link in your Oracle portal in the Edit link, in the add portlet link.
    then you can follow the wizard to create your parameter portlet
    After this step you should link the parameters you send through this portlet with the page and the other portlets.
    I hope this help

  • Create a simple mail form

    Hi,
    I want to create a simple mail form using portal. The form must not use the HTML "mailto:", cause this requires a mail client to be installed at the customers computer. So I want to use the UTL_SMTP package. I managed to send mails with this package, but the problem is: how do I build my form with lets say 3 fields, so that i can pass the entered values to the SendMail-Funtion? I tried to create a form based on a table, then add new items and delete the table-based-items, but that doesnt work. I cant access the not table-based-items and found the reasons for that in the forums here. Then I tried to do it with a dynamic page, but I didnt succeed in calling my send-mail-function from the dynamic page. How can I do it?
    Bye,
    Pascal

    This question is best suited to the Oracle9iAS Portal Applications forum. But, have you tried a form based on a procedure?

  • How to create a simple input form in BPC 10.0 and the details are below

    Hi Experts,
    I would like to know how to create attached input form and what are the dimension would require to use in order to populate correct report
    Please provide your comments and the sample report has been attached.
    MGA Index
    Column
    Head Count Planning Required
    Approver authority
    Asset
    Row_Cost Center
    Business Development
    Finance
    Procurement -
      C&P
    Legal
    HSS &  Environment
    Petroleum Engg
    Drilling
    Subsurface
    Thanks in advance.
    Regards,
    SK.

    Hello,
    The new update of Muse allows you to use the Webforms widget with a non Business Catalyst host as well.
    However, Captcha is something which currently cannot be used via Muse without using Business Catalyst as host.
    This document might be of some help : http://forums.adobe.com/docs/DOC-3581
    Regards,
    Sachin

Maybe you are looking for

  • My ipod isn't being recognized by itunes

    My ipod just randomly stopped connecting to itunes. I've tried restoring and restarting it, my itunes is up to date, and there are no problems with me cord. What should I do now?

  • I want to cancel membership.  Do not need it.

    I want to cancel my membership, NOW!  I do not want to join a discussion.

  • Service master i want to define the valuation class

    Dear All, I have one issue, we accounts ppl have given the G/l against each type of expenses which need to be captured as per the service level. i want to ask whether the service master can be made same as the material master in the sense we give the

  • Failure to Burn due to menu length

    My project for DL DVD completes the process to burn but hangs up at writing lead in and won't continue. My blank disk is kicked out. I get no error messages, but the bar regarding menu length is red. How do I reduce the menu length without shortening

  • Discoverer Scheduling Workbook failed.... advise needed please

    when I try to schedule workbooks on Discoverer 10.1 Database Error - ORA-04068: existing state of packages has been discarded ORA-04063: package body "TKDBA.EULL_BATCH_USER" has errors ORA-06508: PL/SQL: could not find program unit being called ORA-0