0

Radio button triggering text in field

I hava multiple choice - like  1 / 2 / 3

I have textField

What kind of calculation need to use if choice = 1 than textField:= "text1"

Thank you for your help

5 replies

null
    • Michal_Deszczynski
    • 5 yrs ago
    • Reported - view

    I have managed to do it. 

     

    Could you please help me how can  I add paragraps in inserted text  

    So it will be like this in the textfield. I was trying to calculate it with html(text1 <br> text 2) but did not work

     

    Line 1

    Line 2 

    Line 3

    • Nick
    • 5 yrs ago
    • Reported - view

    Try this:

    if choice = 1 then textField:= "

    text1"

    • dlehmann
    • 5 yrs ago
    • Reported - view

    Try:

    if choice = 1 than textField:= "text1" + "

    "

    • Michal_Deszczynski
    • 5 yrs ago
    • Reported - view

    if Szablon = 4 then
    Procedura := "Text1" + " Text2" + " Text3" + " Text4" + " Text5" + " Text5" + " Text6" + " Text7" + " 
    end

    Thank you it works. But now i want all the separate text in different lines like:

    Text1

    Text2

    Text3

    Text4

    Text5

    Text6

    Text7

     

    Not like this

     

    Text1  Text2 Text3 Text4  Text5 Text5  Text6  Text7

    • dlehmann
    • 5 yrs ago
    • Reported - view

    "Text1" + "

    " + " Text2" + "

    " + " Text3" + "

    "

    etc.

Content aside

  • 5 yrs agoLast active
  • 5Replies
  • 1611Views