跳至内容
菜单
此问题已终结
2 回复
8994 查看

Hi All,

I'm searching for a while for a way to get client fill in a web form on my wordpress website to submit lead info to openerp. If you used programs like sugarcrm or vtiger they have a very nice tool to create a webforms form simple user friendly interface and give you the code, i wish if something like this could be developed or exist for openerp.

Please drop some lines if you have a solution for this issue.

Thanks in advance

形象
丢弃
编写者

@rishi kesh

Thank you a lot for your replay :) I'm already using this work around solution. and i can say it is quite viable solution for any one who is starting to get leads in openerp, however i was looking if any one have developed a clean web to lead form generator to get the fields directly to their places inside openerp.

If you would start to have many leads coming from different campaigns you would spend quire bit of time sorting your leads around.

Yes i understand. I am sorry but i don't have any solutions :) Hope some one else will help you

最佳答案

Hi the best solution i could think of is:

  1. create an email specifically to receive the form inputs.
  2. create an incoming mail server in your openerp and configure it to create leads for all the emails received.

This should solve your issue.

形象
丢弃
最佳答案

The portal functionality provides this - you can embed the "Contact Us" page into your own page and then you leads enter information directly into OpenERP!

<div style="width: 660;height: 550;overflow: hidden;">
    <iframe scrolling="no" frameborder="0" src="http://<OPENERP SERVER>:<PORT>" width="890" height="500" style="margin-top:-90px;margin-left:-225px;/>
</div>

Play around with the margins to hide the parts of OpenERP you don't want.

形象
丢弃
编写者

@Ray Thank you for this Idea, I have searched for the portal feature and the "Contact Us" page. but no hope, could you please explain bit further how to get to "Contact Us" page and how to use the portal for sharing it?

Visit http://runbot.openerp.com and connect to one of the 7.0 branches with a green light. What you see when you do is the portal. Look for the Contact link under About Us. To activate the portal on your owninstallation, Navigate to Settings -> Configuration -> General Settings and check the box next to 'Activate the Public Portal'. The public portal is accessible only if you are in a single database mode. You can launch the OpenERP Server with the option --db-filter=YOUR_DATABAE to do so. Once activated, the login page will be replaced by the public website.

Ok so these instructions were really helpful and I have the Public Portal active. I want to now embed the contact form into a page on another webserver. How can this be done? Where can one find the code to embed? Thanks

I've updated my original answer with a DIV tag snippet.

相关帖文 回复 查看 活动
2
12月 20
4806
2
7月 25
1585
1
5月 25
1028
2
5月 25
1650
1
7月 24
3442