Hi MartinIs there any timeline regarding the availability of Franklin for Forms / submission into spreadsheets?Franklin for Forms/submission into spreadsheets is available right now as well. The customer need to get themselves included in the VIP Program.Will (parts of) this be available for on-prem...
HiThis happens because of the CSRF prevention support that was added in 6.0. While making a post request you now need to provide a CSRF token as well. This support was provided ootb with granite jquery.This question provides more informationThanksVarun Dua
In 6.2 we have made Adaptive Form component [1] which covers the same use case [1] https://helpx.adobe.com/aem-forms/6-2/embed-adaptive-form-aem-sites.html
> The problem is with validation because the list of failed elements returned from the guideBridge validation method has ID's that don't exist on the page, you can't use the somExpression to resolve the element,I am still not getting, maybe some code you provide can be helpful. With SomExpression yo...
This is a special case for fragments and hence you are seeing different Ids. Consider the case where you drop a fragment twice in the form side by side, as per the jsp code, the id would become the same and it would be difficult for the runtime to differentiate between the two. So in the case of fra...
Hi Urs,> do an ajax call during initialization of the component (using jquery) ?You can initialize your component using a custom widget/appearance as mentioned in [1].> use the result of the ajax call to do DOM manipulations (using jquery) and update the value of guide fieldsYou can achieve that by ...
No,importDataObject API is not supported on event.target object and the same is true for other APIs that you have used in your code. So I regret to say but your code will not work in HTML preview.RegardsVarun
Hi Urs,From the documentation[1]After performing the required action, the Submit servlet forwards the request to the forward path. An action uses the setForwardPath API to set the forward path in the Guide Submit servlet. If the action doesn't provide a forward path, the Submit servlet redirects the...
Hi Darren,New Standard is followed for all the Adaptive Forms. In addition to that for XFA based Adaptive Forms old standard is still followed, but in that case if you have dropped some fields form the sidekick and not from the Data Hierarchy tab, those fields will not be pre-populated. So as an exa...