You are here

constant FILLPDF_REPLACEMENTS_DESCRIPTION in FillPDF 7

Same name and namespace in other branches
  1. 6 fillpdf.admin.inc \FILLPDF_REPLACEMENTS_DESCRIPTION
  2. 7.2 fillpdf.admin.inc \FILLPDF_REPLACEMENTS_DESCRIPTION

@file Allows mappings of PDFs to site content.

2 uses of FILLPDF_REPLACEMENTS_DESCRIPTION
fillpdf_field_edit in ./fillpdf.admin.inc
Edit a single field.
fillpdf_form_edit in ./fillpdf.admin.inc
Edit existing PDF form.

File

./fillpdf.admin.inc, line 8
Allows mappings of PDFs to site content.

Code

define('FILLPDF_REPLACEMENTS_DESCRIPTION', t("<p>Tokens, such as those from CCK, sometimes output values that need additional\n  processing prior to being sent to the PDF. A common example is when a key within a CCK <em>Allowed values</em>\n  configuration does not match the field name or option value in the PDF that you would like to be selected but you\n  do not want to change the <em>Allowed values</em> key.</p><p>This field will replace any matching values with the\n  replacements you specify. Specify <strong>one replacement per line</strong> in the format\n  <em>original value|replacement value</em>. For example, <em>yes|Y</em> will fill the PDF with\n  <strong><em>Y</em></strong> anywhere that <strong><em>yes</em></strong> would have originally\n  been used. <p>Note that omitting the <em>replacement value</em> will replace <em>original value</em>\n  with a blank, essentially erasing it.</p>"));