• Resolved mausoftware

    (@mausoftware)


    wonder to create pdf filename includes some fields, but doesn’t works
    ‘filename’ => ‘adesione {Nome:first}.pdf’
    part of my data are :
    [field] => Array
    (
    [1.Nome] => Array
    (
    [prefix] =>
    [first] => mauro
    [last] => salzano
    [suffix] =>
    )

    [1] => Array
    (
    [prefix] =>
    [first] => mauro
    [last] => salzano
    [suffix] =>
    )

    [Nome] => Array
    (
    [prefix] =>
    [first] => mauro
    [last] => salzano
    [suffix] =>
    )

    https://www.ads-software.com/plugins/gravity-forms-pdf-extended/

Viewing 1 replies (of 1 total)
  • Thread Starter mausoftware

    (@mausoftware)

    solved.
    it works with:
    ‘filename’ => ‘adesione {Nome (First):1.3} {Nome (Last):1.6}.pdf’

    but,
    strange that ‘first’ is 3rd element array and ‘last’ is 6th
    no way to find out this, as in my data had just 4 element in [Nome] array (see my previous post)

Viewing 1 replies (of 1 total)
  • The topic ‘pdf filename with fields’ is closed to new replies.