Hi, would it be possible to add an option, to add contact into a group inside of LACRM?
]]>I am having issue with saving mail tags & id data, in the LACRM tab of individual forms. I have entered and verified the ‘User code’ & ‘API token’.
Each time I enter the mail tags and press ‘save’, the fields reload as blank.
Is this a compatibility issue with the following versions?
I have these versions installed:
Wordpress 4.9.1
ContactForm7 4.9.2
CF7 LACRM Connector 1.2
Please advise on how to fix this issue?
]]>I am keep getting same error Invalid User Code or API Token
]]>Hi.
I added a custom field to contact form 7 with type text
<label> Your nationality
[text your-nationality] </label>
, and connect it in lacrm tab .
and in lacrm tab :
LACRM Custom Contact Field NameCF7 Mail Tag : Nationality
CF7 Mail Tag : [your-nationality]
The problem is:in your_wpcf7_lacrm_sent_function function ,there is a check for ‘text’ word in custom field value:
if ( stripos( $custom_value, 'text' ) !== false ) {
$data = $this->lacrm_replace_tags( $custom_value, $args );
$BasicCustomFields[ $custom_id ] = $data;
}
Where I should add this ‘text’ word ?
Thank you.
I’m struggling to get this feature working.
I have tried using both a text field and dropdown field to input into LACRM.
In LACRM my preference would be to use a Dropdown custom field, but also tried a standard text field.
Any ideas why this may not be working? I have copied the custom field ID from the API.
Thanks
Rob
]]>Hi,
I was following the steps you provided in the installation. But when I go to the tab LACRM, it shows blank. There is not columns or any fields to configure as you advised. Please help me to fix.
Thanks,
AJ