• Resolved pixipark

    (@pixipark)


    After installation I configured the FMPress and switched to the FMPress tab as described but how to I select the fields of this database?
    None are shown.

    • This topic was modified 2 years, 10 months ago by pixipark.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor matsuoatsushi

    (@matsuoatsushi)

    If you want to specify a field in your FileMaker database, add “fm_field-” as a prefix to the beginning of the form-tag name.
    (For example: company_name -> fm_field-company_name)

    The following is a sample for creating a text field.

    
    <label>Company Name<span>*</span>
        [text* fm_field-company_name] </label>
    

    FYI, The Japanese documentation for FMPress Forms is here:
    https://github.com/emic/fmpress-forms/wiki

    Thread Starter pixipark

    (@pixipark)

    Oh, okay, now it works! ??
    Then it is very easy to set up!

    Thank you for your great work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Datasource” selected and now what?’ is closed to new replies.