- Infusionsoft Cookbook
- Paul Sokol
- 317字
- 2021-07-09 21:17:11
Using internal forms for workflow
An internal form is just like a normal web form, but it can only be submitted by a user inside Infusionsoft. While creating process workflows, especially task-based workflows, a well-placed internal form can create a time-saving experience for the Infusionsoft user, thus improving productivity.
Many of the recipes in this book leverage internal forms, so understanding the experience of submitting one is a key to building a great workflow.
Getting ready
We need to look at a full contact record, not in My Day.
How to do it...
- Scroll down to the Tasks section of the contact record.
- In the Form Submissions section, select the form we need to submit on the Internal Forms... dropdown and click on the Fill Out button:
- Fill out the form with the information it requires.
- Click on the green Save button at the bottom of the form.
How it works...
Submitting an internal form will update the contact fields provided by the user and trigger any associated automation.
There's more...
When adding a new contact, we can also fill out an internal form, which can also trigger automation.
If there is a date type field on the internal form, the user should place their cursor in the date field and press i on the keyboard; a popup of keyboard shortcuts will be displayed as follows:

These Quick Date Keys work anywhere in the system where a formal date field exists. End users who deal with lots of dates can greatly improve productivity by learning the shortcut keys they would most commonly need.
- Oracle從入門(mén)到精通(第3版)
- JavaScript百煉成仙
- Learning NServiceBus(Second Edition)
- INSTANT FreeMarker Starter
- Python:Master the Art of Design Patterns
- 微信小程序項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Python Data Structures and Algorithms
- ASP.NET開(kāi)發(fā)與應(yīng)用教程
- SQL 經(jīng)典實(shí)例
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- C++編程兵書(shū)
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- HTML5+CSS3+jQuery Mobile APP與移動(dòng)網(wǎng)站設(shè)計(jì)從入門(mén)到精通
- Mastering Elixir
- 算法設(shè)計(jì)與分析:基于C++編程語(yǔ)言的描述