Hi Jorg,Thanks for the response. It is really helpful me to achieve Gated Content. Our client wants to have a different form for different assets. So that means, each assets would be having a specific form.Now we have two types of form -1. Pop Up Form - While clicking on the assets, form would open ...
Hi Kautuk,Thanks for your early response. Our site doesn't have authentication requirement. We would be using HTML/Adaptive form (Please Advice which would be better to use) for gated content.To access this gated conted,user has to fill that form and on the successful submission of the form, he can...
I am doing it in Touch UI . ------------------------------------------------------------------------------------------------------------------------------------<create-tag jcr:primaryType="nt:unstructured" ...
see , In My dialog - there are only three widgets - choose (dropdown), name (textfield), pathselect (pathbrowser).In dropdown - there are 4 options A,B,C,D. (In properties, i have added class = cq-dialog-dropdown-showhide c...
smacdonald2008 wrote... To perform this - you need to use code and create a custom XTYPE. You need to write application logic using this API: https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html To learn how to write a custom xtype -- see this community article: https://helpx.adobe.com/exp...
PuzanovsP wrote... Good, that is totally possible, but would require you to write custom code. Combine your dialog with the listener and servlet on the back end that will in turn return you the results to your dialog. Combine [1] and [2] [1] http://www.codermag.net/2016/03/how-to-write-listener-in-a...