Support » Plugin: ABASE » Format for "Insert"

  • I have created a record add page and all fields display for input. But they display as columns that extend beyond the width of the screen. Is there a way to format this so that the data is input in rows, not columns? I have tried using “fields” and “elements” with no effect. I have tried inserting
    to break each field but that did not work. Thanks for any suggestions.

    current code:

    [abase form=”1,insert” table=”Detail” elements=”FirstName
    ,LastName
    ,MaidenName
    ,ClassYear,City,State,Country,Email,Memo$Add” ack=”red”]

    http://wordpress.org/plugins/abase/

Viewing 1 replies (of 1 total)
  • I have the same issue and did not find the combination of parms to display the insert in rows. I did shorten the fields so all the columns would display:

    FistName!'100',LastNme!'100',Memo!'200'

    That is not the solution, but does provide a work around.

Viewing 1 replies (of 1 total)
  • The topic ‘Format for "Insert"’ is closed to new replies.