Discussion on Quote - Quotation or Survey Form Wizard

Discussion on Quote - Quotation or Survey Form Wizard

Cart 699 sales
Recently Updated
Well Documented

Ansonika supports this item

Supported

This author's response time can be up to 2 business days.

61 comments found.

Hi, could you pls help with the code for button in layer slider index_4.html

Hello, below an example <p style="top:65%; left:0px; padding-left:50px;" class="ls-l sliderleft" data-ls="offsetxin:-100;durationin:2000;delayin:1700;offsetxout:-100;durationout:1000;"><a href="#" class="btn_1">Read more</a></p>

I need your help How to configure so that the answers arrive to my email? Thank you

Hello, please read first the documentation and the comments on code where are explained the common settings. All the best

How can we add date picker field? Can we take copy paste the code part from your other items that have date fields built in?

Are you an Elements customers?...results you have not purchased the item

Yes. I have envato elements subscription. But I need regular updates. So if things work out, I will purchase the quotes version for my customers many licenses.

Edit:

I have already been able to add date fields but they are not good looking. Like when we click anywhere in date field, it doesn’t open, only opens when we click on date or time icon. And fonts are not same.

Note that Elements does not includes support. If you purchase the item, these are support terms inlcuded https://themeforest.net/page/item_support_policy

Hi, nice and simple for prospecting.

1. Is there an admin page to manage the application?

2. Can I add/edit/delete pages?

3. Is the design and layout editable? Customizable?

4. It seems that it is a php page, rather than a wp theme, correct?

THanks.

Hello

1) Not..it’s html based

2) Yes of course

3) Yes

4) Not..it’s html based + php/phpmailer for the forms

saas version from this?

i am sorry not. all the best

Is there any script way to jump to a particular step of the quote process? When you return from say a checkout page to the quote, I want to return to the last page of the quote, not the first page.

Hello, i am sorry the item does not support this feature. You can of course disable the redirect feature to the index of course. All the best

Hi Ansonika, could you clarify the disabling point. So there’s no way to load the last stage of the quote steps programatically?

Should it mentioned in the documentation. No i am sorry. All the best

is it possible to implement with Wordpress?

Hi Ansonika Team,

We tried your index4 file. It still doesn’t work for us. The branch is a big problem and we are past GoLive date. Your urgent help would be appreciated.

<label>1. Yes <input name=”hsm” id=”hsm_yes” type=”radio” value=”Yes” class=”icheck required hsm_type”> </label> <label>2. No <input name=”hsma” id=”hsm_no” type=”radio” value=”No” class=”icheck required hsma_type”> </label>

I have created 2 radio button and I want to give an alert of some message on the click of the radio button.

For that, I tried many ways to run my javascript. But it is not affecting

1)

$('.hsmaMemberYes').on('click', function (e) {
alert('yes')
)};

2) function showMembership(obj)

{
alert(obj)
}

3) $(“input[name=’hsma’]”).click(function(){

var radioValue = $("input[name='hsma']:checked").val();
alert(radioValue);
});

Can you please let us know what to do for executing javascript?

Thanks.

I’ve replied to your personal email address

Hi pleaseeee i would love it. but can we have an incrementer in this like we have here http://www.ansonika.com/annova/standalone_branch/index.html and https://themeforest.net/item/steps-multipurpose-working-wizard-with-branches/21134396 its really great for what we are trying to implement

Hi ! is there a simple way to collect all the emails easily ?/>I mean, if I have 1000 people filling the form, I’ll receive 1000 emails in my mailbox, is there a way to collect onlty those mails in a database, textfile or anywhere else ? Thanks

Hello, by default not. You can implement the item with this feauture…but with another developer. Please try on Envato Studio. all the best

Your website is down, i can’t see preview

thank your should it wok now, please clear your browser cache and try

Dear Ansonika, I bought the template and get an error message when using upload script: “Strict Standards: Only variables should be passed by reference in /kunden/383411_80997/briefing/quote_send_with_branch.php” That is caused by the end function as php can only reference variables not on-the-fly values. You should change the lines to: $exploded = explode(’.’,$_FILES‘fileupload’); $file_ext=strtolower(end($exploded));

Now I would need your help: The upload icon just works on the mobile not with a browser of a computer. Your online-Demo has the same issue. Can you fix that? Also google maps is not working at “Contact” page (even with uploading your clean code).

Thanks in advance! KR NixlPixl

Dear Ansonika, I have that upload-icon-issue at Windows 7 and 10 with the newest Firefox or Internet Explorer. See screenshot: https://ibb.co/WkNXYBK As I mentioned the upload icon works at my mobiles. KR NixlPixl

Now investigating and testing remember why i’ve used this css technique to style the fileupload input. Mainly other techniques use to hide the default fileupload input and put over it a button. But , my opinion this is less friendly, because of course when you upload a file…you can not see the file path/name in the input field. so i suggest to leave the default style also if it degrade on some browsers.

Anyway, below another tecnique that works on FF an IE11 with icon: HTML <div class="fileupload"> <label>Select file <input type="file" name="fileupload" accept="image/*,doc,pdf"> </label> </div> CSS .fileupload { margin-top: 10px; position: relative; width: 300px; } .fileupload label{ background-color: #fff; border: 2px solid #e8ebed; padding: 5px 5px 5px 50px; height: auto; color:#999; border-radius: 5px; cursor: pointer; position: relative; z-index: 9; top:0; left: 0; width: 100%; line-height: 35px; } .fileupload label:before{ content: ''; font-size: 13px; border: 0; border-radius: 4px; width: 35px; text-align: center; display: inline-block; height: 35px; margin-right: 5px; position: absolute; left: 5px; top:5px; background: #409fff url(../img/upload_icon.svg) 5px center no-repeat; outline: none; } input[type=file] { -moz-opacity:0; filter:alpha(opacity: 0); opacity:0; cursor:pointer; position: absolute; top:0; left: 0; z-index: 8; }

Dear Ansonika, thanks for your reply! KR Nixlpixl

Hello

How do you have to proceed so that umlauts ö ü ä are displayed in the mail?

Best regards

l will check

try to force the font encoding by changing the headers in the php file as below

$subject = "Quotation from QUOTE"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/plain; charset=UTF-8\r\n"; $headers .= "From: Quotation from QUOTE <noreply@yourdomain.com>". "\n"; $message = "DETAILS\n"; .....

this issues comes from your hosting email sender configuration, if the issue persist please contact your hosting support asking with are the proper headers for speciali character in a “php mail” script…better you provide them also your last php code

Hi, Could Quote allows file upload, then email the file to my email account?

[lease get rid of the freakin’ menu to see other theme so we can actually see the themes we are on. Your menu stays open upon load and covers 50% of the screen. I’m literally not buying your crap because I can’t see it. And it’s annoying.

You’re missing the point. I dont know about others experience but I can’t even see your site because the portfolio dropdown selector covers most of it and no amount of clicking gets rid of the giant menu that obstructs the view. UNLESS, you click to get rid of the envato frame. Check it on other browsers

All of your sites do this. It’s super annoying.

Do you have any plans to integrate this with any marketing / CRM platforms like ActiveCampaign or MailChimp?

This is a great way to collect information, but for us to really use this, we’d need to get this info into our CRM easily. All answers and contact info are sent to the CRM would be so helpful.

See the Flatpack landing page on Themeforest for similar.

Very interesting product. GLWS!

Hi, i will consider and investigate if it is possible..sure not in december. too busy. all the best

Hi, do you have any plans making it as a wordpress plugin (eg compatible with CF7) ? To be honest, I think a lot would buy it and if you did it, I’ll buy it asap.

Hi, i am sorry not. I am not a Wordpress Developer. All the best

Hi, May i know if the filled in content can be stored in database, such as, MySQL.

Hi, by default the data will be sent via form mail to the owner of thr site plus a summary/thank you page to the person who fill the form. Store them into a database needs some php implementations that you to do alone if you are able or hire a php developer (for ex. on Envato Studio). all the best

hello

need help, why when using php 7 the page display becomes black

thank you

Hi, the php mail script is quite simple and developed considering that most server use PHP 5X version that it is the most stable. please contact me by email providing a demo link of your site and if necessary an ftp access to check your php code..i will try to investigate. all the best

What is your email, thank you

support(at)ansonika(dot)com…or via my profile themeforest page. Tomorro i will check. Best

Hi, Could you please share a link ou some screenshots the admin page of this template?

Thank you in advance.

BR, Litharshan

hi, it is an html site template based and does not have admin section. all the best

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey