Hi,
I am trying to save the contents of the form as a text file on clicking a button. For example in my form i have 4 textboxes
1.Customer id
2.Customer location
3.Customer last name
4.Customer first name
There is a save button in the page. Once i click on the save button, i need to get a download prompt to save the file(a txt file). The txt file must contain the values of fields in each line. Can we achieve this using Apex?
Thanks,
TJ