How to expand forms?


Home Forums Front End PM PRO How to expand forms?

This topic is: Not Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41151
    Alf
    Participant

    Hello,

    Can you tell me how to expand forms?
    I could add forms using the following codes:
    add_filter( ‘fep_form_fields’, function( $fields ){
    $fields[‘cus_fep_textbox1’] = [
    ‘type’ => ‘text’,
    ‘where’ => ‘reply’,
    ‘priority’ => 22,
    ‘label’ => ‘Start Point’,
    ];
    return $fields;
    });

    However, this form is small for me. I want to write 4-6 sentences in this form, so I want to expand the form.
    Can I do this?

    #41155
    Shamim Hasan
    Keymaster

    instead of text use textarea

Viewing 2 posts - 1 through 2 (of 2 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.