Nancy O I need help on form

Hi Nancy I need help on a form, that I got from your site.

http://bayviewdropincenter.org/contactus.html

I need to know where framed uniformity mailto and nothing else that I forgot

Thank you

Allen Macfalda

If your site supports PHP, use one of the masters of the DB.

See this related discussion on how to apply it.

Note: Form input ID must match the ID in your script. No spaces, case-sensitive.

http://forums.Adobe.com/thread/912801

Nancy O.

ALT-Web Design & Publishing

Web | Graphics | Print | Media specialists

http://ALT-Web.com/

http://Twitter.com/ALTWEB

Tags: Dreamweaver

Similar Questions

  • Need help with Forms 10g documentation!

    Hi friends,

    I need documentation of forms 10g can someone give me the link I downloaded contains only the pdf installation files and documentation for reports, but I'm looking our for Forms 10 g any help would be appreciated.

    Kind regards
    Maury

    Maury,
    The simple fact of the matter is that Oracle no longer publishes a full set of documentation of the product (for example; User Manual, etc.) Everything is now in the forms help system. The last time Oracle published the kind of documentation you are looking for has been with Oracle Developer 2000 (Forms 4.5). You can still get the pdf version of these books in the Oracle Forms Developer and Forms Server Documentation. Download them quickly because they may be there much longer! It seems that Oracle is slowly remove ALL content that is more than 4-5 years old.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • Desperately need help from form submission

    I've created a form that will be used permanently by the employees in my office.  Fill us in the form and (ideally) click on a button to the form completed by email to an email address, I've specified.

    Here's my problem:

    The form, when sent, is able to be edited by the beneficiary.  I need the form completely unchangeable by the beneficiary.

    Sometimes, the form will not E-mail itself.

    I'm not a javascript guy, but I'm the one more focused on the computer in the office, then I typed the responsibility.  I'm over my head.  I spent days researching and trying to make it work. A few calls to technical support not really work either did.

    Can someone help me please?

    I use Acrobat X Pro and I too Live Cycle Designer (a tech support guy told me to use, but is not really help resolve the questions above).

    Of course, I'd appreciate the help.


    Thanks in advance!

    As the drive is not capable of flattening of the pages, you can't do that, but you can set the read-only fields. You should also set the default value of each field to the current value so that the recipient can easily reset the form. When you define a field read-only, it prevent a user to interact with it. You can do both with a script that loops through the fields and sets these properties. For a single field, the code could be something like:

    // Get a reference to the field, set it to read-only, and set it default value
    var f = getField("text1");
    f.readonly = true;
    f.defaultValue = f.value;
    
    // Do it to another field
    f = getField("text2");
    f.readonly = true;
    f.defaultValue = f.value;
    

    You could simplify this by establishing an array of domain names you want to assign and using a loop to set properties. It then where you put the code? You could put a button that hides or use a bookmark. If you attach to the mouse event to the top of a button, the last line of code might be:

    // Hide this button
    event.target.display = display.hidden;
    

    By clicking the button would happen once the form is in competition and before you send it by e-mail.

    For the electronics, the document must be enabled for the drive. To do this with Acrobat 10, select: file > save as > Reader Extended PDF. Activate additional features. The user of the reader will be able to save the file and send it. If you include a button on the form to do this, the recipient will be able to click on the button, unless hide you it as indicated above, or you can use a custom menu item that runs a JavaScript submitForm which automatically sends the document.

  • Need help with forms, plsql

    Hi, am new to oracle and do a project on the same

    I have the following code and would like to store the variable 'wid' for my next step but unfortunately I get an error > bad connection variable. How can I go about it? Any help will be much appreciated

    Code > >

    DECLARE

    U_ID VOTERS. TYPE % V_ID;

    MOVE VOTERS. PASSWORD % TYPE;

    CURSOR LOGIN_CUR IS

    SELECT V_ID, PASSWORD OF VOTERS;

    BEGIN

    SELECT W_ID IN: WID OF VOTERS WHERE V_ID =: V_ID;

    BEGIN

    LOGIN_CUR OPEN;

    LOOP

    EXTRACT THE LOGIN_CUR IN U_ID, PASS;

    IF: V_ID = U_ID AND: PASSWORD = PASS THEN

    OPEN_FORM ("... ») ;

    OUTPUT LOGIN_CUR % FOUND;

    END IF;

    END LOOP;

    CLOSE LOGIN_CUR;

    END;

    END;

    Hello

    By declaring the global variable, you can pass values between Forms.

    For example

    -to declare a global variable in the triggering of the preform

    : global .wid: = null;

    or

    default_value (null, 'global.wid');

    -then on your trigger when--button of the " connection " button

    SELECT W_ID IN: GLOBAL. WID OF VOTERS WHERE V_ID =: V_ID;

    -to destroy a global variable and free its memory, use the built-in procedure clear ;

    Erase ('global.wid');

    I think that the following discussion is useful to you:

    Pass the global variable between two forms

  • Need help to form a query SQL/PLSQL

    Hello
    I'm not an expert in Oracle SQL. I need to have this query to improve the performance of my product. I have a table T that has a collar of column that is of type varchar. The neck is unique in the table (no two rows have the same value for the collar). Given a set S1 with 100 channels, the query should return me all channels in S1 who are not present in the neck.
    SQL query or PLSQL would be perfect. The query can have strings (elements of S1) hardcoded into it.

    Thanks in advance,
    Madhu

    user13290641 wrote:
    They are separate strings. They will be most likely hard-coded.

    In this case to pass them on in the form of record set as shown below, so that you can use operator LESS to get your result.

    with static_result_set as
    (
    select  'aaa' col from dual
    UNION ALL
    select  'xxx' from dual
    UNION ALL
    select  'ccc' from dual
    UNION ALL
    select  'zzz' from dual
    )
    select col from static_result_set
    minus
    select col from t
    
  • Need help in Forms 10 G

    Hello
    I have a simple form with 2 radio buttons and 5 text box. If I click on a radio button I did 2 of the visible property of the false value text box, and then if I click on another radio button these 2 invisible is made visible and active. but the problem is that I have been unable to navigate from one field to the next. Please help in this. Here's the code I wrote under WHEN-RADIO-CHANGED

    BEGIN

    If: bl_control. OPTION = RESET then

    SET_ITEM_PROPERTY (bl_control.new_password, VISIBLE, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.verify_password, VISIBLE, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.new_password, ENABLED, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.verify_password, ENABLED, PROPERTY_TRUE);

    ON THE OTHER

    SET_ITEM_PROPERTY (bl_control.new_password, VISIBLE, PROPERTY_FALSE);
    SET_ITEM_PROPERTY (bl_control.verify_password, VISIBLE, PROPERTY_FALSE);

    END IF;
    END;

    NOTE: I set up PREVIOUS_NAVIGABLE_ITEM AND NEXT_NAVIGABLE_ITEM properties for the text element in their respective property palette.

    Thank you.

    user11172352 wrote:
    Hello
    I have a simple form with 2 radio buttons and 5 text box. If I click on a radio button I did 2 of the visible property of the false value text box, and then if I click on another radio button these 2 invisible is made visible and active. but the problem is that I have been unable to navigate from one field to the next. Please help in this. Here's the code I wrote under WHEN-RADIO-CHANGED

    BEGIN

    If: bl_control. OPTION = RESET then

    SET_ITEM_PROPERTY (bl_control.new_password, VISIBLE, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.verify_password, VISIBLE, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.new_password, ENABLED, PROPERTY_TRUE);
    SET_ITEM_PROPERTY (bl_control.verify_password, ENABLED, PROPERTY_TRUE);

    This is for change

     SET_ITEM_PROPERTY(bl_control.new_password,VISIBLE, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.verify_password,VISIBLE, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.new_password,ENABLED, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.verify_password,ENABLED, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.new_password,NAVIGABLE, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.verify_password,NAVIGABLE, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.new_password,UPDATE_ALLOWED, PROPERTY_TRUE);
     SET_ITEM_PROPERTY(bl_control.verify_password,UPDATE_ALLOWED, PROPERTY_TRUE);
    

    Arun-

  • Need help with forms

    Is there a way to extend the number of forms beyond what I find in the rectangle tool in the toolbar?

    What version of photoshop are you using?

    Thanks to the shape of Custom Tool as below.

    https://helpx.Adobe.com/Photoshop/using/using-tools.html

  • Need HELP with forms overlapping

    Hello!

    I'm working on a Small cake of drawing in Illustrator using a tutorial that I found online as a guide - link below. I created successfully the cake until step #12... which is to hide the part of a cherry drawn behind the icing. Basically, I don't know what to do after I drew the new shape on top of the icing because when I try to complete this step, nothing happens. I end up just with a new Brown solid form on top of the icing. This as opposed to a cut copy of the section behind the cherry icing.

    As a note, I'm sure following steps and using the tools referenced in the tutorial but this step seems to be missing details or maybe my intermediate experience working against me here. Whatever it is, I hope that someone out there will be able to 'fill the gap' for me.

    Thank you!!

    Link tutorial (see step #12)

    http://DesignBump.com/create-cupcake-chocolate-frosting-Illustrator/

    My cupcake so far:

    Myversion.PNG

    JMP,

    It seems to be different parts of the portion of chocolate, and you must be in the correct order and paste the cherry in the meantime.

    If you look at the pieces in chocolate to the left of the cherry, the version of the statement the (part white to the right of the) left part is covered by the (part black on the far left of the) next part which must be partially in front of the cherry.

  • Need help to form a query

    Hi all

    I'm the external source CLOB data in oracle stored procedure.

    The data are coming in the form below.

    val1, val2 # # val3 #~ #val4 # val5 # val6 #~ #val7 val8 # # val9

    Here, #-> is the column delimiter.
    and #~ #-> is the line delimiter.

    I want to store these data in a table that has 3 columns.
    column1 column2 column3
    val1     val2      val3
    val4     val5      val6
    val7     val8      val9
    Thank you
    Girish G

    Hi girish,

    Sidonie maximum how will there be in this file?

    Thank you
    Prabhu

  • New to LiveCycle-need help adding forms (calculations)

    Here's my scenario.

    I have a field called RoomBoard, one called TuitionFees below.  I'm looking to calculate automatically in a 'Total' field below so that when a person starts a figure for room & Board, and the other for tuition and fees, a total will be displayed automatically.  I thought it would be simple, but I can't! Help!

    Change the type of all three fields to numeric.  Highlight each field in the window of the object, in the field tab, pull down the menu Type drop-down and select "digital field".

  • Query that needed help

    Hello
    I need help to form a query. I have two tables Support_issues and Support_comments with the information below.
    I want to create a query to view the account of the situation for the last 15 days until today.
    Sample Input data
    
    support_issues: 
    ISSUE_ID  ISSUE_DESC  CREATION_DATE  STATUS
    1          AAA        01/NOV/2011    Open
    2          BBB        02/NOV/2011    Closed
    3          CCC        02/NOV/2011    Open
    4          DDD        03/NOV/2011    Reopened
    5          EEE        03/NOV/2011    Reopened
    
    support_comments:
    COMMENT_ID  ISSUE_ID  COMMENT_DESC  STATUS  UPDATE_TIME
    101          1        aaa           Open    01/NOV/2011
    102          2        bbb           Open    02/NOV/2011
    103          2        bbbbbb        Closed  03/NOV/2011
    104          2        bbbb11        Reopened 03/NOV/2011
    105          3        ccc           Open     02/NOV/2011
    106          2        bbbbb         Closed   03/NOV/2011
    107          4        ddddd         Open     03/Nov/2011
    108          5        eeeee         Open     03/NOV/2011
    109          4        343434        Closed   06/NOV/2011
    110          4        dfdf          Reopened 07/NOV/2011
    111          5        dfdfdf        Closed   08/NOV/2011
    112          5        udehjk        Reopened 10/NOV/2011
    Sample output:
    
    DATE         Created   Reopened   Closed
    28/OCT/2011  0         0          0
    29/OCT/2011  0         0          0
    30/OCT/2011  0         0          0
    31/OCT/2011  0         0          0
    01/NOV/2011  1         0          0
    02/NOV/2011  2         0          0
    03/NOV/2011  2         1          2
    04/NOV/2011  0         0          0
    05/NOV/2011  0         0          0
    06/NOV/2011  0         0          1
    07/NOV/2011  0         1          0
    08/NOV/2011  0         0          1
    09/NOV/2011  0         0          0
    10/NOV/2011  0         1          0
    11/NOV/2011  0         0          0
    For "Created" count of status must be taken Support_issues table, for others it must be taken from table Support_comments.

    Please help me to form a query for this!

    Thank you
    Mukesh

    Hello

    Try the following query

    with t1 as
    (
    select to_char(sysdate-level+1,'dd-mm-yyyy') as date_range from dual where level<16 connect by sysdate-16
    

    Cannot test because I did not create, insert commands...

  • I'm on Acrobat 10 and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciat

    I'm on Acrobat 10 for mac and I need help with the distribution of shape feature. Is there a way to change the registration e-mail download addressed to the? Currently all forms I create and then distribute may only be subjected to my email account... I appreciate any help!

    Do not use the feature distribute the form. Instead of this, just put up a button "submit" and configure it to send email using any email address you want. Just add a button and set the action of the mouse upward on "Submit a form" and use a type mailto URL and specify that you want to send the full PDF. Then activate the reader of the document: where "Advanced/extended features in Adobe Reader" is located in Acrobat XI?

    If you really want to use distribute the form for some reason, change the e-mail address in your preferences: Edit > Preferences > identity > Email address

  • Need help with the form

    Hola

    Yes, even once, I need help.

    Please help me figure out why this form does not work.

    http://mydsigner.com/Claudia/pages/catering.html

    "If you see where the ' Capcha ' is?  In this box, there are ONLY 3 LETTERS/NUMBERS and 6 show.

    I can't find anywhere the process.php

    Going nuts :-(

    The original page is here:http://www.lascasuelasmexicanrestaurant.com/catering/

    It's 'Always' part of the site is mainly about php (?)

    Link here: https://forums.adobe.com/thread/1772037?sr=inbox

    Well, the site is almost done, just this little problem.

    A big thank you to all

    Salads from California

    You don't need this at the bottom of the page:

    You have a more recent call (1.11.1) at the library of the jQuery framework:

    2 scripts are contradictory, stop the datepicker work, so delete the old. The validation of the form should still work using the script more up-to-date.

  • PDF form field calculation need help

    I need to do some simple calculations on a form pdf and need help.

    I have a form field for number of guests.

    Fixed a field for a cost for several tickets (there are 3 levels of ticket prices) (I might not need this field).

    A subtotal of the guests in attendance and ticket prices.

    Total subtotals.

    I can't understand how to place a fixed cost in a form field or calculation of entry so that the number of tickets is multiplied by a fixed number and gives me a subtotal.

    Thank you.

    Use the Notation Simple option. Just enter the number for packages

    himself. For domain names, you can enter the actual names, as long as they

    do not contain no spaces or other special characters.

  • Need help with Java Script to perform a calculation in the form of Adobe Acrobat Pro 9

    I have a form (test) I created in Adobe Acrobat 9 Pro.

    I need help to create a custom JavaScript, so I can get the desired response.

    1) there are several questions in each group requiring a numeric response between 0-4

    2) there is a total set up field to calculate the sum of the responses of all of the above questions

    (3) the final "score" takes the answer in step 2 above and divide by the total possible response

    Any help to what Java Script I need to fill it would be greatly appreciated!

    I have attached a spreadsheet "" which shows more in detail as are the result of what I used in Excel to get the desired end formulas.

    Thanks in advance.

    Have you tried the "field is the average of:"?

Maybe you are looking for