Forum Discussion
Prasad Punneri
Jun 13, 2018Brass Contributor
Create new custom form of SPList using HTML controls, css, JS
I wanted to create a completely custom form from my SPOList forms. I have a customer list, which has newform, dispform,editformby default. Here,I would like to create a completely custom new form u...
Prasad Punneri
Jun 13, 2018Brass Contributor
cprothero currently i am newbie in SPFx. and we dont have any environment to get the privileges to deploy the elements into the site.
If i use PowerApps , how to perform the validation, show/hide and send emails to a groups of person, etc ...
cprothero
Jun 13, 2018Iron Contributor
PowerApps allows you to set rules that can handle validation, as well as conditional displays of fields, etc. In order to send emails, I would probably bring Flow into the mix. So your PowerApp would add a new record to a list, and there would be a Flow set to run any time a new record is added to send the email notifications.