I am using AcyMailing at the front-end of my website. Since there is no way to integrate the AcyMailing with SuiteCRMâs Target List.
There are only 3-Fields in my form:
First Name
Last Name
Email
I thought of creating a web-to-person from. I could observe that around line 62 or 63:
It is successfully adding data to âTARGETâ, âCampaignâ, âUserâ, etc. I want to have the target added directly to a particular âTarget Listâ also.
you have everything in your hand to build such formsâŚ
goto campaing module and play with âcreate person formsâ
it shall do what you wantâŚ
Serge
I convey my thanks to you for taking your time and responding.
Kindly see the JPEG attached herewith.
This is a blog subscription form I have at my live website. This form is currently created using AcyMailing component of Joomla.
There, in AcyMailing, I have 4-Mailing List which are matching to the names mentioned in the form. Whatever blogs any visitor wants to subscribe, he can. The moment he submits the form, the data is attached to the matching Mailing Lists automatically.
Given the vast potentiality offered by SuiteCRM/SugarCRM, I want to replace the form made in AcyMailing by a form made in SuiteCRM. For that I created a campaign âABCâ and also created 4-Target Lists as well, then I attached all these 4-Target lists to this campaign too. With this form,
when a visitor submits the new form, the new target record is created and the taret gets associated with the campaign âABCâ alsoâŚBUT his record does not get associated with any target list at all.
This is the point where I am struggling.
How to make necessary changes to form created in SuiteCRM? (complete code of form is attached)
What else to do to get this functionality?
Only your helping hand can possibly guide me further.
NOTE: All this is also required to solve the question of importing the data from AcyMailing Uses to Targets also. However, for correctly importing the data of AcyMailing to proper Target Lists I have place another question at the forum: How to add a Target Lists Subpanel to Leads or Contacts etc? But thatâs another question.
You can add Leads/Contacts to a Target List using the Quick2List module available from the store.suitecrm.com
Once installed you can attach a query to each target list which adds them to the list. A query can be written in SQL or if you use KReports you can attach the report to the Target list.
e.g. Select all Leads where Campaign ID = xxxx-x-xxxx
Then set the query to run once a day or every few mins to suit.