philippko
Member
Posted 1 year ago #
Hi I am trying to use contact form with capsule CRM in order for it to work there are a few changes which I need to make. However the one thing I am struggling with is to add a new action form
<form action="https://service.capsulecrm.com/service/newlead" method="post">
<input type="hidden" name="FORM_ID" value="e45dc5cd-cf25-4179-ae1a-18a684b7a573">
For the hidden field I have found a plugin and I hope it works, however I seem to be unable to add the 'form action' anywhere successfully. Any help out there?
alisondoyle
Member
Posted 1 year ago #
alisondoyle
Member
Posted 1 year ago #
I'm going to try the Contact Form 7 To Database plugin. Then i'll try exporting from wordpress and importing into Capsule CRM.
I'll let you know how it goes.
philippko
Member
Posted 1 year ago #
and? How did it go? I setup the plugin and I have the database now, but can we integrate it with capsule??
Thanks for discovering this btw,
Phil
Hi Philppko and alisondoyle
I read both your message threads on this and I was wondering if you had any success yet?
I have been using Contact Form 7 for years and would love to see this integration.
Capsule suits my needs for a CRM at this time. I like how slim it is (aka I am not a sales manager, but a web designer wanting to track leads) But I do see it's down fall on the Form-lead for WordPress side of things.
nextwave
Member
Posted 1 year ago #
I've managed to build an HTML form on my WordPress page-
it took a little figuring out with the custom fields-
you can see it here: http://hockeysensei.com/camp-registration/
Only problem is WordPress keeps stripping out the </br> at the end of lines- that's my next issue.
smayernik
Member
Posted 1 year ago #
smayernik
Member
Posted 1 year ago #
smayernik
Member
Posted 1 year ago #
philippko did you find a solution to changing the form action?
Has anyone found a solution for this?
I'm also interested in sending a unique value for each item in a drop-down menu. Something like this...
<option value="100.00">Apple</option> <option value="50.00">Orange</option> <option value="25.00">Banana</option>
Has anyone figured this one out?