Advice on creating a big quote form

Hi all,
Been a while since I was last on the forum, but realised I needed some advice when it comes to creating a form a client has asked me to put on their site.
They want a quote form where there is the potential for up to 190 form fields, and where the data would be best presented to both the user and the client formatted into multiple tables.
My thinking is leading me to do it either as a customer submitted Web App that notifies administration of the 'quote' where they view the order and click print, or just to do it on a separate PHP server with something like FormTools and then load it via iframe.
I'd love to still have all the data going through BC, but the current web form builder will be an absolute nightmare for this scenario (especially the lack of formatting ability in form-activated-emails).
If you have any ideas about how I could achieve something like this I'd love to hear them.

Hey there,
First up is to review the form and number of fields. This is always my first step. 99.9% of the time they are to many and it can be greatly refined. First Name Last Name can be Full Name.
Some can be combined, some are really not needed at all etc.
Once you done that you can then assess the form. Tables - nope - Tables are for table display data, not formatting websites and forms these days. I do not know why you need a submitted web app form? A normal web form will do fine if your wanting it to go to the administrator, taking payment on that form will create an order if you need that. There is no need to use PHP 3rd party solution, that data would not go into the BC CRM without API work on top.
Lack of formatting ability on the forms - Yes, but do not issue that data into an auto responder - to much for the person, it is totally not needed. A workflow notification or any system delivering email - That amount of data is just to much, workflows are notifications and should not be used as the central means of consuming the data, that is why you have the admin and the big CRM
With the web form as well, a good design means it will work well, so you likely wont need the BC multistep form, but that is an available option as well, but like I said, good form design, possibility of tabs etc will make the form work well in terms of the UX.

Similar Messages

  • Creating Quote form that goes to a shopping cart

    I'm hoping someone can help me work through this question; I have a customer who would like a type of quote form on their site. Their customer would be able to get a quote on a product that has multiple parts which they would select the parts from drop-down menus on a form, then they submit the form to a holding cart type place, then they might want another quote on another item and then they could submit that quote to the holding cart, etc. There might be many objects or quotes that they might want quotes on, THEN they can submit ALL of the product quotes to my customer at the same time.  So it's kind of a shopping cart type idea (purchase all items at once) but no payments involved, no pricing, just wanting to be able to submit several quotes all at once, not one at a time. This needs to start out with quite a detailed form, I can do that, but it's the submitting many forms in a batch format that I'm not quite sure where or how to do.
    Do I start with a shopping cart or is there some other format to use?
    Any ideas?
    Annette

    Does it matter that anyone could enter the right name in the form to return the customer data? If so you need to use a password.
    1. Create a form through which the customer can register their details with a user name and password.
    2. On the server side hash the password with something like SHA256 (plenty of open source implementations about or you can create your own).
    3. Store the customer details together with a userid and hashed password in the server database
    4. Create a form through which the customer can request their details, and asks them for their userid and password.
    6. On the server side, rehash the password from the form and request a row from the customer database where the userid and hashed password match an entry
    7. Return the customer data if row retrieved from database else return a message saying on data matching those details etc.
    Regards
    Phil

  • Need advice on creating a form

    I would appreciate any imput or advice on generating a sign up form for a non profit.  We would like to have members be able to fill in their names on the attached and then have that form emailed.
    http://http://www.monmouthboatclubracing.org/Race_Committee/2009_Race_Committee_Sign_up.pd f
    I have no problem recreating this as a form in Dreamweaver CS3.  The problem is that I have no experience creating the php scripts.  I have David Power's Essential Guide - I followed the tutorials but I admit what this form entails may be a little too complicated for me.  I run a few websites using Dreamweaver, am familiar with html, but I'm not a professional.
    I was wondering if anyone knew  of a free online form generater that could handle this (I've used simple feedback forms) but haven't seen anything that could create something more entailed like what I want to do.  Or is there an easier way for me to do it myself?
    Any imput is apprecitaed.  Thanks.

    This PHP Formmailer script from DB Masters http://dbmasters.net/index.php?id=4  conceals your email address from prying eye email harvesters and it has several  spam controls built into its script including  hidden field (honeypot), "sorta  captcha,"  and time limits on submissions to keep robots from exploiting your  forms.  Free to use if you credit the author; $20 if you don't.
    Q&A  Forum - http://dbmasters.net/forum.php?id=3&fid=9
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • When creating a fillable PDF form can I add a password to only selected fields?

    I am creating a fillable form which will require data entry from several different people before being returned to my office. There are certain fields on the form that need to be restricted to personnel in my office only. I have tried to accomplish this restriction many different ways but have been unsuccessful.
    The closest I have come to accomplishing this restriction is by adding a "For HRO Only" button which I can use to hide certain fields from personnel outside of my office and unhide the text field when the button is clicked. This would be perfect if I could add a password to the button. Unfortunately this is either not possible or I haven't figured out how to do it which means that personnel outside of my office can still access the fields with a click of a button.
    The only other way I have thought of to accomplish this restriction is to mark those fields as "read only" but it seems as though it would be very time consuming for personnel in my office to complete the form due to the fact that they would have to open "edit form",  open the properties for each field requiring their input, and uncheck "read only" for each one.
    Any help/options/ideas you can provide will be greatly appreciate. Thank you!

    Thank you so much for the quick response. This will be a huge help! I hate to be a bother, but can you tell me the steps to create the script or give me a reference/resouce to use? I have used adobe products quite a bit, but this is my first time creating a PDF Fillable Form that will be distributed for use by several people so I am a little lost.
    Also, I seem to be running into one more problem that I am hoping you can help me figure out. On the form there is a question for the recipient  to answer by checking one of two boxes, yes or no. Depending on the answer an action is initiated. This feature works perfectly, however the issue is that when the recipient choses "yes" he/she is directed to fill out four additional fields that I currently have set as "required", but when the recipient choses "No" the four additional fields are hidden yet still required. This becomes an issue when the recipient has completed the form and tries to submit the form. An error message pops up notifying the user there are required fields that are empty and must be completed before submission.
    My thought is (in a perfect world) one of these two options would be ideal:
    1. When the "No" option is chosen the four additional fields are changed from required to not required, or
    2. When the "No" option is chose the four additional required fields are autopopulated with NA.
    Either remedy would work just fine, however I am open to suggestions... Again thank you so much for your help with my previous question and thank you in advance for any information/help/advice you can provide in regards to my second question. 

  • Using acrobat 9 pro to create a fill in form

    I am really new to acrobat 9 and need help.  I am trying to create a fill in form from a word doc converted to pdf.  When I convert to pdf I lose control of my access to change tables that were created in word and also not all fields are recognized so I end up adding in fields.  No big deal except down the road if I need to make any changes I have to go back to the word doc make changes, reconvert to pdf and individually tweek each field.  There has got to be an easier way create a fill in form.  Any suggestions?

    No magic here, but keep in mind that you can replace a page of a pdf (Document > Replace Pages) and have the form fields remain. Think of the fields as on a layer above the page. When you replace a page in this way, you at least will not have to recreate the fields you added. You will still be able to move fields around and add or delete fields as necessary to match your new layout.
    If your form changes significantly and frequently, you may want to consider using Adobe Live Cycle Designer. I believe it is installed automatically with Acrobat Pro. Much steeper learning curve, though.

  • Actobat X Pro - Creating a fill-in form and i want it to email back to me

    I have created a fill-in form in Adobe X Pro (Trial version) and would like to set up a 'Submit' button that once all info is filled out, the customer can then press and this emails the PDF back to me.
    How do i do this? I am sure there are other threads already going about this but i cant understand a word in any of them. So please if you reply it needs to be as simple as possible.
    Please help
    - Alex

    Bill,
    Thank you for your help.
    The reason i have gone for the trial version is that I am part of a big company that would probably not authorise me to purchase the full product or even if they did, it would take months for it to get loaded onto my computer etc. This is why i have chosen to try this through the trial version.
    I will try again with what you've suggested below. I had a play around with it last night and the FDF file works, although i would rather the PDF. I will see what i come up with.
    Thanks.

  • Creating a Better Search Form

    Hi,
    I'm trying to figure out how to create a dynamic search form
    using Coldfusion 8.
    Right now if I enter multiple words in my search field the
    results omit certain records. For example, if I put "toy blue" in
    the search field it will return results that only have "TOY BLUE"
    together and omits any records that only have "TOY" or only have
    "Blue" in the column being searched.
    Is there a way to add the following abilities to my basic
    search code located at the bottom of my post:
    - Search multiple words that are entered in the criteria
    input field.
    - The words can be separated by commas, spaces, or the word
    "and".
    - Have it so you can search multiple word phrases by using
    quotes.
    <!--- Search Form--->
    <form name="myForm" method="post"
    action="results.cfm">
    <p>
    <input name="criteria" type="text" id="criteria">
    <input type="submit" name="Submit" value="Submit">
    </p>
    </form>
    <!--- Results Page --->
    <cfquery name="qSearch" datasource="myDatabase"
    dbtype="ODBC">
    SELECT itemID, itemName
    FROM myTable
    WHERE 1 = 1
    <cfif IsDefined("form.criteria") AND
    Len(Trim(form.criteria))>
    and (itemName LIKE '%#form.criteria#%' or itemDescription
    LIKE '%#form.criteria#%')
    </cfif>
    </cfquery>
    <p><b>Results:</b></p>
    <cfoutput query="qSearch">
    <p>#itemid# - #itemName#</p>
    </cfoutput>
    <!--------->
    Any help would be greatly appreciated.
    Thanks
    -C

    This is the relevent sql
    and (itemName LIKE '%#form.criteria#%' or itemDescription
    LIKE '%#form.criteria#%')
    substituting the variable, it looks like this
    and (itemName LIKE '%TOY BLUE%' or itemDescription LIKE '%TOY
    BLUE%')
    You have to treat form.criteria as a list, and loop through
    it.

  • Creating a reader enabled form for windows environment

    Am stumped on the above and would appreciate any advice.
    I've created a simple interactive form in Indesign CS6 and exported to Acrobat. Using Acrobat Pro X I've saved it as a Reader Extended pdf enabling additional features.
    The file works perfectly when users fill in the form using Acrobat Reader on a Mac, allowing them to save the file with the content they've added to the form fileds. Users who are working on a Windows/pc computer however, are unable to save the form with the text/data they've added, only print the form with new content. After printing the form clears the data and they are left with blank form fields.
    Does anyone know if this is a Mac/PC problem? Or is there another step I need to do to allow pcs to save this file?
    Thanks!

    Hi George,
    Thanks for your reply. No other errors or messages came up when opening the file.
    The file was set to open automatically in full screen mode, however when trouble shooting the above problem I decided to turn this option off...and now amazingly the file is fine on Windows systems. Clients are now able to add content in to the form fields, save and print the file with no problems. Weird!

  • Can an Opportunity create a Sales Quote as a followup document ?

    instead of the Quote Inquiry ?  This is using PI OnPrem talking to ECC.
    My customer is not interested in the Quote Inquiry from the Opportunity.
    Rather, they would like to create the Sales Quote as the follow-up document directly.  I wonder if it's a simple document-type setup in C4C or PI mapping.
    If possible, what are the high level steps to doing that ?
    Thanks !
    Tim.

    HI Tim
    The quote ID is sent back via an output control type- this is described in the integration configuration guide:
    Once the quote/order are created the message type COD_OPPT_CONF is called.   In the integration guide – I think section 4.13 – we describe a requirement routine that must be created so that we know when to trigger the IDOC. 
    And yes to the other question.  You'll need a workflow developer if you want to adjust the workflow.
    -ginger
    ps..thanks for posting your questions here - it helps us get Q&A in the community!
    Prerequisites
    To carry out the steps below an appropriate developer key and object key is required.
    Procedure
    1. In transaction VOFM, choose Requirements   Output Control.
    2. At the bottom of the displayed table, enter an unused number greater than 600. Assign the
    application V1 to this newly created line.
    3. Mark the newly created line and choose Source text (F5).
    4. Within the ABAP editor for kobed_xxx (where xxx is the number you typed in step 2), insert
    the following code:
    FORM kobed_xxx.
    * We only trigger the confirmation back to 'Cloud for Customer'
    * if the document is complete and if an opportunity document is
    * referenced.
    IF komkbv1-uvall EQ 'C' AND
    cl_cod_oppt_confirmation=>is_relevant( komkbv1 ) = abap_true.
    sy-subrc = 0.
    ELSE.
    sy-subrc = 4.
    ENDIF.
    ENDFORM.
    5. Save and activate the coding.

  • Customers are not able to open my Quote form I save and send on email.

    I need your help.  I have a company provided quote form that is fillable with information that I save and email to clients.  I have had many customers say that they cannot open and see the quote I have attached to their email.  What am I doing wrong or missing?  Please help.  Dan

    Sorry for the delay; the new forum software does not make it easy to find old topics.  But it's getting slowly better...
    The forms you are sending out are PDF docs?  How exactly are the recipients open them?
    There are so many ways people receive emails that some are just bound to fail.  E.g. if users use web-based mail, they may open it in a browser like Chrome or Firefox, which both use their own PDF viewer - not the Adobe Reader plugin.
    Some people may open their mail on their mobile phone, which may or may not have Adobe Reader installed.  Many other combinations are possible.
    My advice: don't send e-documents as email attachments, but use a file sharing service like Adobe Acrobat.com and upload, then share the docs with the intended recipients.

  • ISupport - Create Service Request HTML form

    Hello,
    Is there a way to view the query executed by the Create Service Request html form? I need to view the query executed to fetch the Contact Information when creating a Service Request.
    TIA

    You get the sql trace by using the following steps
    Login to the application Now switch to the System Administrator Responsibility
    1. Navigate to - Profile - System
    2. On the "Find System Profile Values" form, make sure the checkboxes for "User" and "Profiles with no Values" are checked
    3. Beside the "User" checkbox, use the LOV to select the user whose activity you need to trace
    4. In the "Profile" field, enter the following profile and click the <Find> button:
    'Initialization SQL Statement - Custom'
    5. In the "System Profile Values" form, enter the following in the User Field: (This is one line and all single quotes)
    begin fnd_ctl.fnd_sess_ctl('','','TRUE','TRUE','LOG','ALTER SESSION SET EVENTS=''10046 TRACE NAME CONTEXT FOREVER, LEVEL 12'' tracefile_identifier=''OracleSupport'''); end;
    6. DO NOT SAVE THE PROFILE YET
    7. In another browser window, login as the user you are going to trace and prepare to reproduce the problem
    8. Once you are ready to reproduce the problem, go back to the Applications Forms and Save the profile change
    9. Reproduce the problem
    10. Back in the Applications form, set profile to null so it does not trace anymore and Save the change
    11. The trace will be located in the user_dump_dest. To find location run the following in SQL*Plus:
    select value from v$parameter where name = 'user_dump_dest';
    12. The trace file will have current date/time and can be identified with the word OracleSupport in it.

  • Ms CRM 2013 Autosave loop in quote form.

    Hi Everyone,
    I have problem with autosave feature. I disabled this feature but in quote form when im triying to add quoteitem from quotedetailsGrid, form trying to save item.
    And never stop. I cant enter my quoteitem's name or discount because form trying to save it every second. First of i thought my preupdate plugin cause this problem. I debugged my plugin and i realize that context.depht is always "1". So infinitive
    loop continuous. Any advice?
    http://fuattatar.blogspot.com.tr/

    Just want to let you know that this will be fixed in Service pack 1 for CRM 2013.
    http://support.microsoft.com/kb/2941390
    Users of Microsoft Dynamics CRM 2013 Update Rollup will notice that the Save and Close button does not save appointments or recurring appointments they've entered.

  • Creating a fillable PDF form, check box entries do not print

    Hello.
    I am creating a PDF in Acrobat Pro for Adobe Reader users to enter information, with an option to print after the form is completed. I've added check box fields for users to indicate various options. However, when checked, these fields do not print.
    In the properties dialog, the field is visible - so theoretically it should print. All other form fields added to the document print, except for check boxes.
    Could this be a font issue? I notice that Adobe Pi font is used for check boxes, however, Zapf Dingbats is being substituted (I can see this in the Document Properties/Fonts dialog).
    Thanks for your help.
    Shannan

    Thank you so much for the quick response. This will be a huge help! I hate to be a bother, but can you tell me the steps to create the script or give me a reference/resouce to use? I have used adobe products quite a bit, but this is my first time creating a PDF Fillable Form that will be distributed for use by several people so I am a little lost.
    Also, I seem to be running into one more problem that I am hoping you can help me figure out. On the form there is a question for the recipient  to answer by checking one of two boxes, yes or no. Depending on the answer an action is initiated. This feature works perfectly, however the issue is that when the recipient choses "yes" he/she is directed to fill out four additional fields that I currently have set as "required", but when the recipient choses "No" the four additional fields are hidden yet still required. This becomes an issue when the recipient has completed the form and tries to submit the form. An error message pops up notifying the user there are required fields that are empty and must be completed before submission.
    My thought is (in a perfect world) one of these two options would be ideal:
    1. When the "No" option is chosen the four additional fields are changed from required to not required, or
    2. When the "No" option is chose the four additional required fields are autopopulated with NA.
    Either remedy would work just fine, however I am open to suggestions... Again thank you so much for your help with my previous question and thank you in advance for any information/help/advice you can provide in regards to my second question. 

  • How to create a report in Form line Style and can display Image field?

    Hi,
    In Report builder 10g, I would like to create a Report with Form Line Style and this report included a Image field.
    I can choose this Style only when Select Report type is Paper Layout. Because, If I choose Create both Web & Paper Layout or Create Web Layout only then in the next Style tab 03 option Form, Form letter and Mailing Label be Disabled.
    But in Paper Layout, my report can not display Image field.
    I tried with Web layout and all the other Styles (Except 03 mentioned be Disabled) then all Styles are displayed Imager field OK.
    How to create a report in Form line Style and can display Image field?
    I was change File Format property of my Image field from text to Image already in Property Inspector. But report only showed MM for my Image field.
    Thanks & regards,
    BACH
    Message was edited by:
    bachnp

    Here you go..Just follow these steps blindly and you are done.
    1) Create a year prompt with presentation variable as pv_year
    2) Create a report say Mid report with year column selected 3 times
    - Put a filter of pv_year presentation variable on first year column with a default value say @{pv_year}{2008}
    - Rename the second time column say YEAR+1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)+1
    - Rename the second time column say YEAR-1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)-1
    Now when you will run Mid Report, this will give you a records with value as 2008 2009 2007
    3) Create your main report with criteria as Year and Measure col
    - Change the fx for year column as CAST(TIME_DIM."YEAR" AS INT)
    - Now put a filter on year column with Filter based on results of another request and select these:
    Relationship = greater than or equal to any
    Saved Request = Browse Mid Report
    Use values in Column = YEAR-1
    - Again,put a filter on year column with Filter based on results of another request and select these:
    Relationship = less than or equal to any
    Saved Request = Browse Mid Report (incase it doesn't allow you to select then select any other request first and then select Mid Report)
    Use values in Column = YEAR+1
    This will select Year > = 2007 AND Year < = 2009. Hence the results will be for year 2007,2008,2009
    This will 100% work...
    http://i56.tinypic.com/wqosgw.jpg
    Cheers

  • Creating a modern Contact Form in Dreamweaver or use an addon

    Hi
    I am looking for an easy way to create a modern contact form in Dreamweaver using and addon also will be fine
    Any ideas?
    I wan to create fields:
    Email:
    Drop down: with 3 options
    Simple text box
    Notes:
    Submit button
    Thanks

    Making HTML5 Forms in DW CC (video)
    http://tv.adobe.com/watch/learn-dreamweaver-cc/html5-forms-workflow/
    Making the HTML form is easy but the form processing script which collects data & sends it to your email is not quite so simple.   Start with your web host.  Ask them if they have form-to-email processing scripts you can use.  If they don't, find out which scripts your hosting plan supports (php, asp, asp.net, perl, coldfusion, etc...)
    Nancy O.

Maybe you are looking for

  • How do i move the data from Apple ID to iCloud

    Hi, i know that you can't merge Apple ID's and iCloud ID's but what I would like to do is move the data from one to another and by data I mean my contacts and calendars without loosing them. What I did so far was to signout from my iCloud ID into my

  • How can I sort memos alphabetically?

    I have over 300 memos and want them to be sorted alphabetically. This way, it is easier for me to find a particilar memo or note. How can I set Memo this way?

  • Message server information not updated for SIDs in SMSY

    How do I get the message server information updated for systems in SMSY? I moved a system from one server to another but the information is not updating for the Java stack. The informatoin was updated successfully for the ABAP, but not the Java side.

  • How to stop the wheel of death on iPhoto?

    how to get rid of the wheel of death on iphoto

  • Constant Kernel Panics on iMac G4

    Hi, I have an original 800 MHz iMac g4 with Mac OS 10.4 on it. Ever since I installed an Airport Card a couple days ago, I've been getting Kernel Panics. I am sure that the problem is the Airport Card but I checked the Kernel Panic Log and I think Ma