- Issue created by @sboden
- 🇩🇪Germany jurgenhaas Gottmadingen
Sorry @sboden I'm not sure what you want to achieve with "Open a webform". Could you explain what flow you want to achieve, i.e. what does the user journey look like for what ECA should accomplish here?
Present a specific webform to a user.
What I would like to have is a model that "When a user logins and certain conditions are met, have him fill in webform x. When some other conditions are met have him in webform y".
The conditions/webform are currently hardcoded in a controller, but it would be nice to make it "no code/low code" with ECA.
I've just been looking in the code, "open webform action" sets the status to open but not much more.
Regards,
Sven- 🇩🇪Germany jurgenhaas Gottmadingen
Well, the webform is a page with a URL, right? Then you probably just want to use the "Redirect to URL" action when all conditions apply, to let the browser open the page that contains the webform.
Maybe this sample (https://ecaguide.org/library/use%20case/eca_feature_demo/) from the ECA Guide gives you some inspiration of what can be done after login or after registration, etc.
- Status changed to Postponed: needs info
over 1 year ago 7:53am 11 May 2023 - Status changed to Closed: works as designed
over 1 year ago 1:05pm 11 May 2023 I mistakenly thought "open webform" would start a webform, but that's not what it's for.
I wrote an ECA action that starts a webform.