• Resolved etiennemalonga

    (@etiennemalonga)


    Hi,

    I’d to create a custom field by using your template :
    return $entry->Field_1; The ID of my field in WP Form is 16, so i’m doing : return $entry->Field_16;
    It’s not working.
    Can you tell me what is wrong ?

    Thanks.

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

    (@etiennemalonga)

    return $entry->Field_1; in the example is not the good way.

    Use : return $Retriever->GetRaw(7,’value’); where 7 is the ID of your field in WPForm

    Hi

    Did you manage to do this with return $Retriever->GetRaw(7,’value’);?

    I can’t do that… It gets no value…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PDF Builder for WPForms – Custom Fields’ is closed to new replies.