• Resolved ingenit

    (@ingenit)


    hello

    I want to get text of selected item from dropdown control.

    please advice me.

    and how to set alignment options left or right.

    • This topic was modified 5 months, 2 weeks ago by ingenit.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor DmtLo

    (@lobov)

    Hello.

    To get text from the dropdown, use the field[1].

    Example:
    const selectedText = field[1].options[field[1].selectedIndex].text;

    Do you want alignment dropdown options?

    Thread Starter ingenit

    (@ingenit)

    Thanks.

    alignment right for result field ^^ except result textarea.

    • This reply was modified 5 months, 2 weeks ago by ingenit.
    Plugin Contributor DmtLo

    (@lobov)

    I’m sorry, but could you please send a screenshot of what you need to do? This will help me understand your case better.

    Thread Starter ingenit

    (@ingenit)

    how to send screenshot?^^

    Plugin Contributor DmtLo

    (@lobov)

    You can create screenshot, save on host and send the link to the screenshot. Or you can use awesomescreenshot.com

    Thread Starter ingenit

    (@ingenit)

    Please refer screenshot

    Plugin Contributor DmtLo

    (@lobov)

    You can use the next CSS

    .formbox__field.has-addon.is-right {
      flex-direction: row !important;
    }

    – In the site dashboard:
    – Go to the page ‘Appearance’->’Customize’
    – Click ‘Additional CSS’
    – Add CSS code
    – Click ‘Published’

    Thread Starter ingenit

    (@ingenit)

    Thank you for fast response.

    Thread Starter ingenit

    (@ingenit)

    solved ! Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.