简体   繁体   English

在Netsuite中创建一个“联系我们”表格

[英]Create a “contact us” form in Netsuite

I know that it is possible to create a form that a customer can submit questions to in Netsuite, but I cannot, for the life of me, figure out the best way to do that. 我知道可以在Netsuite中创建客户可以向其提交问题的表格,但是我一生都无法找到实现此目的的最佳方法。

I am looking to make a form on a landing page that collects first and last name, email, a text area for a description of a problem and a way to upload 1-4 images. 我希望在登录页面上创建一个表单,该表单收集名字和姓氏,电子邮件,用于描述问题的文本区域以及上载1-4张图像的方式。 I would like that information to send to an email address. 我希望该信息发送到电子邮件地址。

We currently have a form on our website powered through a third party that isn't responsive, looks bad and loads extremely slowly. 目前,我们网站上的表单是由第三方提供的,该表单没有响应,看上去很糟糕并且加载速度非常慢。

On another page of our website we have a working form that looks great, but no one knows who built it or how we got it. 在我们网站的另一页上,我们有一个看起来不错的工作表格,但没人知道谁创建它或我们如何获得它。

I tried creating one myself using basic HTML and a php page, but it simply won't work in Netsuite. 我尝试使用基本的HTML和php页面创建自己的网站,但在Netsuite中根本无法使用。 As far as I can tell the code is correct, but this method is not testable locally. 据我所知,代码是正确的,但是此方法无法在本地测试。

SO any ideas on the best way to create a form as I described before within Netsuite. 因此,如我之前在Netsuite中所述,有关创建表单的最佳方法的任何想法。

Uploading the images is the harder part. 上载图像是更难的部分。

There are various ways to use the external url of an online case form to create whatever form you want. 有多种方法可以使用在线案例表单的外部url创建所需的任何表单。

eg https://www.velocitek.com/pages/broken-product-report is a site hosted by Shopify that submits to an online case form in Netsuite. 例如, https ://www.velocitek.com/pages/broken-product-report是Shopify托管的网站,它提交给Netsuite中的在线案例表格。

This could be made to take one item as an upload since case forms can be set up to allow an upload. 由于可以设置案例表格以允许上载,因此可以将一项作为上载。 Don't know if multiple uploads can be easily achieved. 不知道是否可以轻松实现多次上传。

Beyond that you can create your own form handler fairly easily. 除此之外,您可以相当轻松地创建自己的表单处理程序。 The bundle 141427, Fantail Lead Page, aims to replace the online customer forms with a back end that handles AJAX posts. 捆绑包141427,Fantail Lead Page,旨在用处理AJAX帖子的后端替换在线客户表格。 I've used this with Unbounce forms as well as simple html forms. 我将其与Unbounce表单以及简单的html表单一起使用。 The source could be extended to allow file attachments. 源可以扩展为允许文件附件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM