跳至内容
菜单
此问题已终结
4913 查看

I have embedded a form I created with the Form Builder on a third party website. Every time I try to submit data through the form, I am redirected to my database page 404 website page. Any ideas on how to accomplish this? I want to avoid using an iframe.

<form action="https://mydomain.odoo.com/website_form/" method="post"  enctype="multipart/form-data" data-name="Form Builder" data-model_name="crm.lead" data-success_page="/thank-you">

<div class="container">

<div>

<label for="name"> Name</label>

</div>

<div>

<input type="text" name="name" required="1"/>

</div>

<div>

<div>

<label for="email_from">Email</label>

</div>

<div>

<input type="text" name="email_from" required=""/>

</div>

</div>

<div>

<label for="phone">Phone</label>

</div>

<div>

<input type="text" name="phone"/>

</div>

<div>

          <div>

            <button>Send</button>

        <span id="o_website_form_result"></span>

        </div>

</div>

</div>

</form>

形象
丢弃
相关帖文 回复 查看 活动
1
3月 19
5931
0
1月 21
2420
5
7月 19
4902
1
5月 16
3861
3
4月 16
9951