Help creating a review response generator

  • Stroz
    Asked on August 11, 2020 at 8:37 AM

    Hey there,

    I stumbled upon your software in a search to create a review response generator. I think this might help me, but there are a questions that I have.

    Is it possible to insert text from one field into another? For instance, I'm using the Visual Multi Select box as seen below. Can I have a Single Line Text Box field for "Customer Name" that would populate the text options inside the Visual Multi Select widget?


    Second - I'm using the paragraph tool to generate my response. Is it possible to make it so that users can edit the paragraph on the page? I tried looking at the Fill in the blanks widget, but wasn't sure if that would work. Same thing with the Long Text widget. 

    Lastly - is there a way to add a copy button? So that someone could copy the paragraph text from the page and then paste it wherever they need to?

    I greatly appreciate the time you took to build this tool - 



  • Bert_A
    Replied on August 11, 2020 at 10:28 AM

    Hi there,

    Thank you for reaching out.

    Is it possible to insert text from one field into another? For instance, I'm using the Visual Multi Select box as seen below. Can I have a Single Line Text Box field for "Customer Name" that would populate the text options inside the Visual Multi Select widget?

    -This is possible by using the Conditional logic Show and Hide rules,
    Help creating a review response generator Image 1 Screenshot 30
    Help creating a review response generator Image 2 Screenshot 41


    Second - I'm using the paragraph tool to generate my response. Is it possible to make it so that users can edit the paragraph on the page? I tried looking at the Fill in the blanks widget, but wasn't sure if that would work. Same thing with the Long Text widget. 

    -Here's a list of our widgets that can work to this application https://www.jotform.com/widgets/search/narrative 

    Lastly - is there a way to add a copy button? So that someone could copy the paragraph text from the page and then paste it wherever they need to?

    -Please see this GUIDE on how to allow the users to easily copy the contents between fields.

    If you really want a "Copy" button, y
    ou can create the button using custom CSS codes but in terms of functionality, you can't apply that in the form builder simply because you can't insert javascript codes in the form builder, we don't support it. You will have to download your form source code to get that functionality by inserting javascript in your form source code. This will help https://css-tricks.com/native-browser-copy-clipboard

    I
     hope these help, please let me know should you have further questions.