• Resolved worldless

    (@worldless)


    I can only see Text as the Field Type… I can also see other options like Paragragh, Content, Combobox but they’ll disappear once I select Text from the drop-down menu.

    The question is how may I have a field as description ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter worldless

    (@worldless)

    I had to turn input to textarea in index.php for the time being but I hope you can add description field in the future :

    
    <textarea class="edd-input ' . $required_class . '" ' . $required_attr . ' type="text" name="' . $id . '" id="'. $id . '" placeholder="' . $placeholder . '" value=""/></textarea>
    Plugin Author Omid Shamloo

    (@goback2)

    Currently just simple text field is supported

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How may I add a description field ?’ is closed to new replies.