• YP25
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Create a vendor registration form
Heading: vendor Registration form
Fields: vendor company name(text)
vendor contact person (text)
amount per event (text)
city (text)
country (text)
Buttons: send email |reset| generate pdf
(on press of send email button, the mail is to be sent to ceo)
Validation:
1.vendor name is mandatory 
2.if amount is blank,he can not click on 'send email' button
 3.generate pdf not possible when city and country not mentioned.

When click on generate pdf button we need to create pdf with vendors information
  • July 07, 2022
  • Like
  • 0
I have a Visualforce Page, with some input text fields. (There is NO standard or custom object associated with this Page). There is a button 'Generate PDF'. On click of this button, PDF needs to be generated having all the input text values.
How do we send the input text values to the PDF? (PDF is getting generated having only labels, no values) Please let me know!
  • October 25, 2021
  • Like
  • 0