• Resolved chongps

    (@chongps)


    Hi Franky,

    I found out that the custom fields’ name are missing from printable view. However, they still appear in csv file. Is there any setting I need to change or it is a bug? It also happened on my other website using this plugin.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Franky

    (@liedekef)

    Do you mean custom fields with purpose “person field”? Because those only appear in the CSV if you select the option for that to happen, but not in the printable output.

    Thread Starter chongps

    (@chongps)

    What I mean are columns’ name for booking data collected through custom fields in printable view. So printing custom field’s name in printable view is currently not available for this plugin?

    Plugin Author Franky

    (@liedekef)

    It depends on the field definition. Normal extra custom fields for bookings (purpose “generic”) will show (or should – barring bugs) in the printable view too.

    Edit: I just tested this and indeed there seems to be a bug: the field values show fine, but not the title. I’ll check and come with a fix asap.

    • This reply was modified 7 years, 2 months ago by Franky.
    Thread Starter chongps

    (@chongps)

    All my custom fields are for generic purpose but the field name still remain blank (no problem for the field values). Thanks for your reply.

    Plugin Author Franky

    (@liedekef)

    Ok, quick bugfix:

    go in eme_people.php and change line 902
    from:
    $tmp_formfield=eme_get_formfield($col['field_id']);
    to:
    $tmp_formfield=eme_get_formfield($field_id);

    I’ll include this fix in the next version too of course.

    Thread Starter chongps

    (@chongps)

    Thank for fixing the bug. However the problem still occur in one of the website I have created (another one perfectly printed out all the field names). I try to remove “dynamically shown field” from the rsvp form, and even copy and paste the same rsvp form template from the problemless website, but still doesn’t solve the problem. Does the problem cause by the PHP version?

    Plugin Author Franky

    (@liedekef)

    PHP version is unrelated to this, the names will show (unless you have a caching problem so make sure you do ctrl-reload or empty your browser cache). I’ll check if I indeed provide the no-cache headers for the print layout too.

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

The topic ‘Custom field names are missing from printable view’ is closed to new replies.