luice
Forum Replies Created
-
When i submitted the form after that i show the log then it shows the value of entry created in true in Salesforce response but When i tried to send the form data from the backend and i got error “Entry not sent”. Please have a look screenshot URL for your reference URL.https://www.screencast.com/t/No6uvcb4a8h
- This reply was modified 4 years, 5 months ago by luice.
These hidden fields are custom fields then we have to buy a plugin or it will possible with the free version? Please suggest us.
<form action=”https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8″ method=”POST”>
<input type=hidden name=”retURL” value=”https://peninsulaviewliving.com.au/”>
<input type=”hidden” name=”Relationship_to_Customer__c” id=”Relationship_to_Customer__c” value=”Customer”>
<input type=hidden name=”Lead_Origin__c” value=”Tour Booking Page”>
<input type=hidden name=”RL_Website_Location__c” value=”Frankston South – Peninsula View Community”><label for=”first_name”>First Name *</label><input id=”first_name” maxlength=”40″ name=”first_name” size=”20″ type=”text” Required /><br>
<label for=”last_name”>Last Name *</label><input id=”last_name” maxlength=”80″ name=”last_name” size=”20″ type=”text” Required /><br>
</form>you can see the above code of form where you can see the hidden fields.I want to send this hidden value also in the salesforce.
add_filter(‘crmperks_salesforce_post’,’fn_add_data’);
function fn_add_data($post_data){
$post_data[] = ‘retURL=”https://peninsulaviewliving.com.au/”‘;
return $post_data;
}Please have a look above the filter. is this correct? This filter put in my function.php file. Please confirm.
After adding this filter “retURL=”https://peninsulaviewliving.com.au/” field send to salesforce account automatically. Please confirmwocommerce checkout manager billing filed reorder functionality not working in checkout page front-side.can you please help us?
Forum: Plugins
In reply to: [CardPointe Payment Gateway for WooCommerce] Checkout Issue@rexak we are facing this issue in mobile and desktop both.
Thanks @wearegiant, But we haven’t pass any site title in the order.
The order numbers are working as woo commerce default. Like #110, #111, #112
Please correct me if i am wrong.
That would be good if you suggest any other solution for the same.
- This reply was modified 6 years, 4 months ago by luice.