Hello Experts
My first question is here:
Please let me know if I want to implement a URL link in my TPL file based upon my DCT. Should I create URL link Field Type as Text Field or Browser in the DCT. I understand that browser field type in DCT is used for locating file, but I want to confirm can href field in TPL be mapped to Browser field type in DCT.
[HTML]
$strTestUrl = iwpt_dcr_value( 'test.strTestURL' );
iwpt_output("
$strName\n");
[/HTML]
My second question goes next: