简体   繁体   English

在Eloqua表格完成后解锁资源

[英]Unlocking resource upon Eloqua form completed

We have a web app written in React that offers some calculation based on simple sliders. 我们有一个用React编写的Web应用程序,它可以基于简单的滑块进行一些计算。 Now we only want to offer the user a PDF download when the user successfully completed our Eloqua form. 现在,我们只想在用户成功填写我们的Eloqua表格后为用户提供PDF下载。 If the form is not submitted the PDF show be hidden. 如果未提交表单,则将隐藏PDF显示。

Is that doable? 那可行吗? If yes how? 如果是,怎么办?

Use a condition on the Redirect to Web Page processing step. 在“ 重定向到网页”处理步骤上使用条件。 If you receive a successful value, create a step to redirect them to the PDF. 如果您收到成功的值,请创建一个步骤以将其重定向到PDF。 If not, create another step to redirect them to another landing page. 如果没有,请创建另一个步骤以将其重定向到另一个登录页面。 The condition can either be a value passed by your app to a hidden field, and use that hidden field to determine if they meet the criteria. 条件可以是应用程序传递给隐藏字段的值,并可以使用该隐藏字段来确定它们是否满足条件。 Or, check that all the fields you need are completed before redirecting them to the pdf (x is not null, y is not null, etc). 或者,在将它们重定向到pdf之前检查所有需要填写的字段是否已填写(x不为空,y不为空,等等)。

Or you could apply validation to the individual fields on the Eloqua side or in your react app. 或者,您可以将验证应用于Eloqua端或react应用程序中的各个字段。

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

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