pdfformfield name property



  • Is there a way i can assign {{Code}} to the pdfformfield name property, it doesnt seem to like just putting {{Code}} is as name, and all names must be unique.

    {{#each Items}}
            <tr>
                <td><span>{{{pdfFormField name='Code' type='combo' value='Yes' items='Yes,No' width='100px' height='20px'}}}</span></td>
                <td><span>{{Code}} - {{Title}}</span></td>
                <td>{{Quantity}}</td>
            </tr>
    {{/each}}
    

    regards
    Michael



  • Found a solution, best doing it in script instead of markup


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.