Forum Discussion
ManonBonaven226
2 years agoCommunity Member
Create single PDF document from differents texts fields in RISE 360
Hello,
For a RISE 360 module, I need to insert free text input fields (5 times, in the same section). I know it's possible to retrieve the PDFs of these texts, but I don't want the learner to imme...
Tim_
2 years agoCommunity Member
you'd have to embed a storyline file containing the text entry field for each instance where you want to input text. storyline would have to store the value using javascript to something like localstorage in the browser (https://community.articulate.com/discussions/rise-360/adding-a-text-box-for-user-input-in-rise360). you'd then have to have a final storyline at the end that reads all the stored values using javascript and builds the pdf file on the fly.
it doesnt seem like articulate will add text entry themselves, you have to do it yourself.