Expected behavior
Can I alter the form shown when I click on a Semantic action so that I can add texts/links to the form other than just fields on the form?
In other words, what I want is a complete access to the HTML of form shown upon clicking the Semantic Action. Is this possible?
Actual behavior
In any Semantic Action form, only fields can be displayed using the field’s option.
fields: [ {field: {} ]
Failure Logs
None
Context
Information about your setup.
- Package Version: 6.2.1
- Express Version: 4.16.4
- Sequelize Version: 5.15.2
- Database Version: MySQL 5.7
- Project Name: xs-library
Hi @Shriram_Balakrishnan !
I’m not sure I understand what you mean by Semantic action
, you can’t use custom HTML to create your form for now but you can already customize the response.
You’ll find an example here.
I’m pushing this to FA’s product board so that your request can be taken into account 
Hi Nicolas,
I’m not sure I understand what you mean by Semantic action
, you can’t use custom HTML to create your form for now but you can already customize the response.
Sorry. What I wanted to mean was Smart Action
. And I only want to customize the HTML to add additional contents to my form.
you can’t use custom HTML to create your form for now
I got the answer from this response.
1 Like