【问题标题】:how to solve vtigercrm webform error message? {"success":false,"error":{"message":"Webform not found."}}如何解决 vtigercrm webform 错误消息? {"success":false,"error":{"message":"Webform not found."}}
【发布时间】:2015-04-03 07:36:21
【问题描述】:

我在我的 hostgator 主机上安装了 vtigercrm,当我通过设置它未在 html 上显示和在浏览器上显示此错误消息来创建 web 表单时。

我需要创建成功的网络表单的分步指南

我收到的错误信息在这里

{"success":false,"error":{"message":"Webform not found."}}

有没有人知道如何解决这个问题。任何帮助将不胜感激。

【问题讨论】:

    标签: php crm vtiger


    【解决方案1】:

    我遇到了同样的问题,这是我使用的解决方案。 VTiger 的代码中有一个错误,用于显示操作 url 的正确 url。

    这是原始代码...

    <form name="Webform Name" action="http://yourDomainName.commodules/Webforms/capture.php" method="post" accept-charset="utf-8"…

    代码应该是这样的……

    <form name="Webform Name" action="http://yourDomainName.com/modules/Webforms/capture.php" method="post" accept-charset="utf-8"…

    请注意,它们没有在 .com 之后包含正斜杠 (/)。一旦到位,链接就会起作用。希望对您有所帮助。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-10-11
      • 1970-01-01
      • 1970-01-01
      • 2021-03-04
      • 1970-01-01
      • 2012-01-29
      • 1970-01-01
      相关资源
      最近更新 更多