This object is in archive! 

How can i create a custom quotation form?

Cris C. shared this question 7 years ago
Answered

Hi, i wanted to create a custom quotation form. but im having hard time to make it. I want to make just a question and answer form.

Comments (4)

photo
2

We don't currently have the capability to have a Q&A form that the customer fills out. You can create custom questions to gather in the quote form, but it requires the knowledge of HTML editing, and it simply appends the answers to the Event Notes field. We'll likely add a planning form in the future, but I would recommend setting up one of your automatic emails, such as the "Customer - Contract Received" email, to send asking them to reply with more details.

photo
1

Thank you for the reply!

I know some HTML, Now my problem is how to make the input value appear from "quoteme" page to "quote_confirm" page, and other page that shows the quote details

photo
1

Since the input appends to the Event Notes, you can add in *eventnotes* wherever you want it. I think it fits well in the Event Information box.

27f159df2664b44fafb6db2636bffd2c

Paste in the following code here:

83bbb4a4f2a360c6a984076f4d430752


  1. <div class="span12">
  2. <dl class="dl-horizontal">
  3. <dt>Event Notes:</dt>
  4. <dd>*eventnotes*</dd>
  5. </dl>
  6. </div>

photo
1

Is it possible to have a custom *custom_value* ?

like:


  1. <input value="*firstQ*" name="firstquestion" id="firstquestion" placeholder="Lorem Ipsum" type="text">

photo
1

Unfortunately not. I understand what you would use that for, but we don't currently have a way to do this.

photo
1

Oh, Well thank you very much. great support. :)

Replies have been locked on this page!