[Vtigercrm-developers] Webform - Assigned To

Ramchandani, Narayan (DPC) Narayan.Ramchandani at sa.gov.au
Fri May 15 06:31:40 GMT 2015


I would use JavaScript to

a.       fetch_user_id from the Query String<http://stackoverflow.com/a/901144> and

b.      Pre-select the assigned-to field (see jquery example below) on document load.

$('select[name='assigned_user_id'] + ']').val(fetch_user_id);

Narayan.

From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Uma S
Sent: Friday, 15 May 2015 3:03 PM
To: vtigercrm-developers
Subject: Re: [Vtigercrm-developers] Webform - Assigned To

Hi,

Sorry! this can't be achieved through single webform in latest vtiger 6.2.0, Can be done only through code level customization's.

On Thu, May 14, 2015 at 9:22 PM, cryptic <mark at markcox.co.uk<mailto:mark at markcox.co.uk>> wrote:
Can someone please advise how I can assign a lead generated via a webform to
a particular user. For example,

If enquiry is submitted via landing page www.somedomain.com/land1<http://www.somedomain.com/land1> then lead
should be assign to User1
If enquiry is submitted via landing page www.somedomain.com/land2<http://www.somedomain.com/land2> then lead
should be assign to User2
If enquiry is submitted via landing page www.somedomain.com/land3<http://www.somedomain.com/land3> then lead
should be assign to User3

Of course if there are only a few landing pages then I could create a
webform for each landing page, but what if there are hundreds?



--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Webform-Assigned-To-tp16238.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.
_______________________________________________
http://www.vtiger.com/



--
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150515/c1bc8dbc/attachment.html>


More information about the vtigercrm-developers mailing list