I have a text "just click here" in content editor ,i used below code to pop up window when i click here
Just <a href="javascript:var options = {url:'/Mycommunity/NewForm.aspx?IsDIg=2&ContentTypeId=0x001989BC2B0C6C89E091E', title: 'MyCommunitiesForm'}; void(SP.UI.ModalDialog.showModalDialog(/options))">click here</a> to begin.
so it pop up with newform.aspx and my problem is when i hit savebutton it should close pop dialogue box and redirect it to thankyou.aspx..?How can i redirect to thank you page when i hit save.
Thanks