Questions tagged [adobe-campaign-classic]

3 questions
1
vote
2 answers

Adobe Campaign: Javascript XML E4X Switch Case

Given the following table data model in Adobe Campaign I have developed the following script, which is a mix of javascript, xml, e4x (used by adobe campaign). The script basically iterates through each line and executes for each switch the code…
David Garcia
  • 3,056
  • 18
  • 55
  • 90
0
votes
0 answers

ACC - HTML "download" button works one in two

I work on Adobe Campaign Classic v7. I have a web page from where customers can view their tax receipt online, and a button to download the tax receipt as a PDF file. I did the following simple code :
Nicaps
  • 107
  • 1
  • 3
  • 14
0
votes
2 answers

How to validate a phone number doesn't contain any other characters including - and . using javascript in a html page, shouldnt be less than 10 digits

This is in Adobe campaign classic. type="text" maxlength="10" pattern="[0-9]{10}" It is allowing only 10 digits, but accepting - and . I want the user to enter only 10 not less or more and accept only digits. Please help.