Pass on hidden value
-
Hi!
Enjoying the plugin so far. It’s quite elegant to work with and set up. Nice work!
I’m trying to do a specific thing and I’ve went through the information on the AlexaCRM site several times, but this feature I’m looking for isn’t available, or I’m too dumb to figure it out ??– What I’m trying to do:
Publish a form on a wordpress site, that creates a lead.
I want to populate the CRM field “Lead source” with “Website” and I want this value to be passed on to CRM… But I don’t want a visitor of the website to visibly see that field. We’re not trying to hide anything, it’s just that a visitor has no use of that information. And it’s just cleaner.– What I’ve done so far:
Created a new CRM form, published it. Created the following shortcode:
[msdyncrm_form entity=”lead” name=”Wordpress demo form” mode=”create” captcha=”false” redirect_url=https://www.scapta.com/thank-you/ default=”{subject: Aanvraag demo 4PS} {leadsourcecode:Website 4PS}”]I have hidden the field “leadsourcecode” from the form in CRM.
Regenerated the metadata, refreshed the page.
The field isn’t present in WordPress, but when I submit all the other fields, the leadsourcecode isn’t populated.
If I unhide this field, all works well.
– My conclusion?
Am I correct that if the field isn’t present on the form in CRM OR is hidden, that the data is not passed on to CRM?It would be nice to be able to do this. The website we’re using is one of multiple sources and in a later stage, I want to be able to create marketing lists depending on that source. With the wordpress plugin, I was hoping to automate this.
Is this possible, or am I missing something?
- The topic ‘Pass on hidden value’ is closed to new replies.