arnab28
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueCan you tell me which input field format I can use? whatever input filed format I can use this one is correct?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Email Body Design changeHello,
Can you tell me the location where i am using salesforce_w2l_cc_user_email_contentsalesforce_w2l_cc_admin_email_content this code . can you also tell me filter location (append, prepend, modify)
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueHello,
<script>
jQuery(document).on(‘click’, ‘.pbSubmit’, function(){
debugger;
var txt = jQuery(‘#fieldname8_1’).val();
if (txt==””) {
jQuery(‘#fieldname8_1’).val(‘101.40’);
alert( jQuery(‘#fieldname8_1’).val());
}});
</script>I am using this jquery code this code is working fine . here i mention #fieldname8_1 input field value. debugging time value is taken but calculation time this value is not comming in email . can you tell me what exact input filed i can use so when i submit form this 101.40 value also come .
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueIn jquery how number field predefine value is used for calculation?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueI am using this jquery code under button click . but when i used this code submit button is not showing . Can you suggest me where i am going wrong?
<script>
$( document ).ready(function() {$( “.pbSubmit” ).click(function() {
var txt = $(‘#fieldname8_1’).val();
if (txt==”) {
$(‘#fieldname8_1’).val(‘101.40’);});
});
</script>Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueIf I am put in the bank in predefine value then user does not put any value in this field how can i automatically add $101.40 value in calculation field
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueCan you help me figure it out this issue?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Design Issuehttps://nitest.assiduusinc.com/
open the page and wait for 30 sec seen this popup , this popup under i use saleforce plugin . see this form there company and zip code input field i want to create width 100% but first name and last name input filed i can’t change width.Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueI do not understand your code, can you tell me this code, can I use this code as a jquery?below page link is there. check this Reprocessing Costs field, this field placeholder whatever value is there when user put as a blank then $101.40 this value is automatically calculated. please suggest me this code.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueI understand what you are told but in the currency filed if user does not enter anything into this field, then this predefined data is calculated. but this predefine data I doe’s not want to show the user.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueHello,
In the currency field, prepopulated data I can use predefine value but the user not seen predefine value, if the user doe’s not fillup this filed, this prepopulated data is incorporated into the calculation, how can I do that?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueAfter submitting the form I want to show a thank you message using javascript. can you give me an example using code as a jquery or javascript code?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueI can create a form for using a calculator filed plugin. can I use the same form in different websites or I can create this form as the beginning. give me a suggestion?
Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design IssueHello,
I am creating a calculator form one website, how can I use this same form in another website. should I create from beginning or I can do else?Forum: Plugins
In reply to: [Calculated Fields Form] Calculater Field Form Design Issuewhich library I can use for popup function. I am using wp-popup plugin. this popup will show correctly but the problem is when I submit this form again popup will appear, I want like when submitting this form its show a thank you message, how can I do that.
check the link https://gietest.assiduusinc.com/