10/23/2013 at 12:18 pm
#272165
Keymaster
@ Mitch
You could alter the cn-form-user.js so it doesn’t add/remove the required class when making the entry type selection on the first/last, org names. It would not get you the email/phone.
If you wanted to be really, really clever … you could go to you page add a phone and email field, copy the page source from the Chrome Source Inspector pasting it over the code in the connections-form.php file. You’d have to make sure to stop and stop the PHP interpreter using the start/stop tags before and after the pasted HTML code. You would then have to remove the add/remove buttons in the pasted HTML and finally add the required class.
Sounds like a lot, but with a little trial and error, probably an hours worth of time.
