Hi there,
I'm currently developping a portal and I stumbled on an issue.
I know how to call a entityform with Liquid with this line of code : {% entityform name:'My_EntityForm' %}
The question is, I have buttons (with Account names on it) on my page generated with a for loop, and when I click on one of these buttons, it returns the id of the selected Account.
I created an EntityForm for Account which needs a QueryString (id) (sorry about the French version) :
My question is, once I have the id after clicking the button, I'd like to "call" the related EntityForm of the selected Account.
Any idea about how to do this, and even if this is possible ?
Thanks for your kind help,
Arthur