05/08/2014 at 8:27 pm
#290787
Keymaster
@ Michelle
Great to hear!
That’s right, I still need to re-enable the shortcode options… Right now, sections can be turned on/off and re-ordered on the Connections : Settings admin page under the Form tab. Yeah, that’s new ;)
Something else that’s new…
In the email message fields on the settings page, add this:
Thank you for your submission. We will review and approve your submission soon.
Name: [cn_entry part=name format='%last%, %first% %middle%'/]
Title: [cn_entry part=title/]
Department: [cn_entry part=department/]
Organization: [cn_entry part=organization/]
Contact: [cn_entry part=contact/]
[cn_entry part=addresses]
[cn_address]
%type% Address:
Line One: %line_1%
Line Two: %line_2%
Line Three: %line_3%
City: %locality%
State: %region%
Zip: %postal-code%
Latitude: %latitude%
Longitude: %longitude%
[/cn_address]
[/cn_entry]
[cn_entry part=phone_numbers]
[cn_phone]
%type% Phone:
Number: %number%
[/cn_phone]
[/cn_entry]
[cn_entry part=email]
[cn_email]
%type%:
Address: %address%
[/cn_email]
[/cn_entry]
[cn_entry part=im]
[cn_im]
%type%:
User ID: %id%
[/cn_im]
[/cn_entry]
[cn_entry part=social_networks]
[cn_social_network]
%type%: %url%
[/cn_social_network]
[/cn_entry]
[cn_entry part=links]
[cn_link]
<a href="%url%" title="%title%">%title%</>
[/cn_link]
[/cn_entry]
[cn_entry part=dates]
[cn_date]
%type%: %date%
[/cn_date]
[/cn_entry]
[cn_entry part=bio/]
[cn_entry part=notes/]
Lastly, that filter. You put that in the plugin you created to add teh custom fields. Hope that helps.
