Hi,
To make more "user friendly" the forms only accessible to the registered users, is there a solution to integrate the core registration form in webform ?
For example, in the case of a multistep form, add a step for the inscription/connection
Thanks in advance
Comments
Comment #2
jrockowitz commentedRight now, people are writing custom handlers that create new user accounts.
At some point, there will probably be a UI to map webform element to entity fields.
Comment #3
Paulset commentedThanks, i will take a look, although my knowledge in coding are limited.
Otherwise, in the case of a field of type webform added to a node, it is possible to add a link of type "connect " (at present nothing appears) ?
Comment #4
jrockowitz commentedI don't know what you mean by 'connect'.
Please include more information and maybe a screenshot.
Comment #5
Paulset commentedIn detail :
I added a field of type webform to my node.
I gave access to this form only to the registered users.
For the display I chose "link to form" (label: Go to [webform:title] webform).
When a user is not registred/connected, he sees nothing.
Would it be possible that the link (Go to [webform:title] webform) is visible also for the anonymous, but that it leads to the connection/registration ?
Or to have a button of type "log in" (less user friendly according to me)
Comment #6
jrockowitz commentedThat functionality would require custom code or a contrib module like Redirect 403 to User Login.
Comment #7
jrockowitz commented