我需要 运行 并在 herokuapp 上填写 Salesforce Web-to-lead 表单
I need to run and fill Salesforce Web-to-lead form on herokuapp
我在 Salesforce 表单中生成了一个 Web-to-lead,收到了一个 html 文件,安装了一个 heroku CLI 并在 heroku 中注册。在 html 文件中 运行 此表单旁边我应该做什么,并在 Salesforce 的 Lead 对象中创建一个新记录。作为初学者需要详细的解答。
您有一个静态 html 页面要上传到 Heroku 的某处。 Heroku 不做“静态”的事情,你可以“欺骗”它把你的页面当作一个 PHP 项目。
你看过像
这样的帖子吗
- https://medium.com/@winnieliang/how-to-run-a-simple-html-css-javascript-application-on-heroku-4e664c541b0b
- https://medium.com/@agavitalis/how-to-deploy-a-simple-static-html-website-on-heroku-492697238e48
- https://blog.teamtreehouse.com/deploy-static-site-heroku
- https://javascript.plainenglish.io/deploy-your-static-sites-for-free-on-heroku-in-seconds-7644959356a7
或者您实际上可以遵循任何详细的 Heroku“入门”指南:https://devcenter.heroku.com/start
我在 Salesforce 表单中生成了一个 Web-to-lead,收到了一个 html 文件,安装了一个 heroku CLI 并在 heroku 中注册。在 html 文件中 运行 此表单旁边我应该做什么,并在 Salesforce 的 Lead 对象中创建一个新记录。作为初学者需要详细的解答。
您有一个静态 html 页面要上传到 Heroku 的某处。 Heroku 不做“静态”的事情,你可以“欺骗”它把你的页面当作一个 PHP 项目。
你看过像
这样的帖子吗- https://medium.com/@winnieliang/how-to-run-a-simple-html-css-javascript-application-on-heroku-4e664c541b0b
- https://medium.com/@agavitalis/how-to-deploy-a-simple-static-html-website-on-heroku-492697238e48
- https://blog.teamtreehouse.com/deploy-static-site-heroku
- https://javascript.plainenglish.io/deploy-your-static-sites-for-free-on-heroku-in-seconds-7644959356a7
或者您实际上可以遵循任何详细的 Heroku“入门”指南:https://devcenter.heroku.com/start