Skip to content

Link on textbox is not working #58

@mgip

Description

@mgip

I try to set a URL on a textbox, but, show the HTML code.

` $fields = array(
'linea0' => 'My name 0',
'linea1' => 'My name1',
'linea2' => 'My name2',
'linea3' => 'My name3',
'linea4' => 'My name4',
'cvs' => 'My city5',
);

    $pdf = new FPDM('/path/template.pdf');
    $pdf->Load($fields, false);
    $pdf->Merge();
    $pdf->Output('F', '/path/to/output.php');`

Anyone?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions