Need developer for plugin

Hello, how are you?



I´m looking for some developer to create 2 plugins:



Plugin1:

When getting a new contact to Mautic (the idea is that Gravity Forms sends automatically the new form submission to Mautic) the plugin should establish the CONTACT OWNER based on the selected country in the form. So for the Mautic backed we should have a little section where I can define which countries are going to be linked with specific users and which forms are going to be handled by this criteria. The role “sales representative” will have a limited role where he only can see their own contacts, that’s the main idea.

The other option is that for those forms that are not going to be handled by this plugin I can choose also who is going to be the contact owner…



Plugin2:

For WP, we need a little plugin that sends the selected forms to mautic. If we could have a little plugin that can show existing forms and you just have to tick the form you want to send to mautic. Here you have 2 links with information on how to do it: https://www.mautic.org/community/index.php/495-gravity-forms-integration/0 / https://medium.com/@jan_linhart/the-simplest-way-how-to-submit-a-form-data-to-mautic-1454d3afd005#.elnwgepw5





Is this possible?



Thanks

Hello, how are you?

I´m looking for some developer to create 2 plugins:

Plugin1:
When getting a new contact to Mautic (the idea is that Gravity Forms sends automatically the new form submission to Mautic) the plugin should establish the CONTACT OWNER based on the selected country in the form. So for the Mautic backed we should have a little section where I can define which countries are going to be linked with specific users and which forms are going to be handled by this criteria. The role “sales representative” will have a limited role where he only can see their own contacts, that’s the main idea.
The other option is that for those forms that are not going to be handled by this plugin I can choose also who is going to be the contact owner…

Plugin2:
For WP, we need a little plugin that sends the selected forms to mautic. If we could have a little plugin that can show existing forms and you just have to tick the form you want to send to mautic. Here you have 2 links with information on how to do it: https://www.mautic.org/community/index.php/495-gravity-forms-integration/0 / https://medium.com/@jan_linhart/the-simplest-way-how-to-submit-a-form-data-to-mautic-1454d3afd005#.elnwgepw5

Is this possible?

Thanks

Hey Kiwii,

Just a couple of quick thoughts.

For plugin #1, all you really need is a plugin to add the option to change a contacts owner in the existing campaign action that let’s you change a contact’s info. Using this you could build a campaign that checks the country and then designates the owner. After that the roles framework already lets you limit people to only being able to see their own leads.

For plugin 2, I’m not sure what you mean by “existing forms”. I’m assuming you mean a form from a form builder like Gravity forms. In which case it would have to be a WP plugin that would only work with Gravity Forms, because every WP form plugin works differently. I haven’t dug around in Gravity Forms code, but assuming they use the post framework to create their forms, you would just use the Mautic api to pull a list of forms and create a post meta box to list and select one on the Gravity Forms edit page. Gravity Forms would also have to have a hook established for when a form is submitted to hook into and forward the information to Mautic.

Hope that helps.

Have you try use this?
medium.com/@NinJoan/lifesaver-how-to-feed-mautic-with-contact-form-7-ae1245152218

It would be great to have a native plugin. If you will realize, let me know.

An official Gravity Forms add-on for Mautic is now available:

https://gravityplus.pro/gravity-forms-mautic/

Contact me and I can tell you how to accomplish #1.