콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4012 화면

I've made custom emails for customers' quotations and invoices, with a link to sign up in our portal. I can't get {object.signup_url} to insert the signup link. {object.signup_url} just inserts a blank. Is there another variable I should be using? 

I recall the original quote/invoice emails having a link that'd go to the signup page, and automatically insert the customer's email and name (eliminating the chance of them putting in an email that doesn't match up). Right now, I have to keep merging accounts in order for customers to view their documents.


An example of the code I'm using:

<a href="${object.signup_url}">Test link</a>


Thanks for any help.

아바타
취소

Hi Pat, did you get this resolved?