Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arthurandashes

    (@arthurandashes)

    So as a temporary solution, I made my text input look like a text area… I will certainly work on the plugin to create a new “dynamictextarea” shortcode.

    p.myForm input[type="text"] {
      	word-wrap: break-word;
        	word-break: break-word;
       	 height: 600px;
    	width: 100%;
        }

    ++

    Thread Starter arthurandashes

    (@arthurandashes)

    Hey,

    As i am not familiar with the php code of your plugin, I would like to know if you could create a third shortcode dedicated to add a “dynamic textarea”. If you can’t I’ll certainly make it on my own.

    Thanks

    Thread Starter arthurandashes

    (@arthurandashes)

    Ok, I found this solution on your Github. Not perfect but enough !! Hook by @teambalthazar

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘get the dynamictext in a textarea ?’ is closed to new replies.