My Stuff
Comments
-
Perhaps you haven't understood me... I am referring to www's in your DOMAIN THAT YOU USE FOR MARKETING... Have a re-read. I'm certain that it makes sense.
-
I'm guessing that what is meant by that is: Edit a record (lets say an inventory item or an online form) Click into the wysiwyg area type some stuff save record What then happens is it adds (for example) extra formatting, so you end up with something along the lines of: <FONT=VERDANA SIZE=4><FONT=VERDANA…
-
click on the image down below you will see a field that says "source" edit the source to be the url of the image you want. you can press F1 in dreamwaever for that too!
-
In the help area... look under SuiteScripting then CodeNames. They're all there
-
Yeah with regards to dreamweaver, I must admit I go thru and tidy the code myself each time.
-
Julian We pointed myemailcampaigndomain.com to shopping.netsuite.com and we had the same problem, the links don't work. For some reason, when we pointed www.myemailcampaigndomain.com to shopping.netsuite.com all the links worked fine. Doesn't seem to like not having www. at the front. Is that how you have yours set? Mat
-
yes this is annoying, but if you click "view html" BEFORE you click into the wysiwig screen it doesn't happen. Wiz
-
The answer is yes. The help section is VERY good for this topic. Every field reference you will ever make is listed there and is as easy as copy/paste. Wiz
-
Can you work in a cc to yourself using html?
-
I tried this and eventually got it to work First thing to check before I go checking my coding is the one thing that tripped me up for days... Is the image that you wish to use in the background checked as "Available Without Login" when you view its properties in the file cabinet? If it is I'll look further into it. If…
-
Yes. Lists>Website>Publish Forms.
-
On the Setup Workflow tab of your form you can specify duplicate handling criteria. Not sure if that's exactly what you're after?
-
It's from an online form. Hence the email address. Thanks though. You're a step closer than support ever was! I asked for the case to be closed due to frustration.
-
All survey programs email links, not just Netsuite. I vaguely remember filling in an email and clicking "Send" at the bottom once... but I may be imagining it...
-
I'm so glad someone from NS has popped in and told me where to look. Oh wait... they didn't. What am I glad about then?
-
your friendly neighbourhood Netsuite Partner Holy Unexpected Error, Olivier!
-
I think that image may have been manipulated...
-
Didn't work for me? Can you see where it says to go if you click the link?
-
It's the same starting point as here: https://system2.netsuite.com/help/helpcenter/en_US/Output/Help/SalesMarketing/Marketing/CustomerSurveys_CreatingaCustomRecordTypeforaCustomerSurvey.html#1038977 if that helps?
-
It's here... https://system.netsuite.com/core/media/media.nl?id=19935amp;c=449645&h=e6e38ae065b600b336c1 how could you miss that? :-) -mimib Wow - how did I miss that? It was right between , and /
-
or javascipt: var ip = '<!--#echo var="REMOTE_ADDR"-->';
-
Set up a custom field and hide it and auto-populate it (or display it if you wish) Here is some php code that will capture (and display) it: [CODE]<?php $ip = GetHostByName($REMOTE_ADDR); echo $ip; ?> [/CODE]
-
Use a custom form! https://system2.netsuite.com/help/helpcenter/en_US/Output/Help/SalesMarketing/Marketing/LeadGeneration_OnlineCustomerForms.html?NS_VER=2009.1.0#1049203
-
What field names are you using?
-
I'm not sure that it is possible, BUT, you could upload a pdf to your file cabinet and include a link to that pdf in the email body. Be sure to check "available without login" on the pdf
-
Well good luck with that. As we rely heavily on email marketing we go the opposite way and require as many sign-ups as possible.
-
ok - you are correct - i responded without doing all the research for you. Try just adding the &pricelevel=custompricelevel to the url... I hope that helps you
-
We achieve this by doing it through a form to sign up a customer. Adding &pricelevel=custompricelevel to the url works, but you must make sure that price level is a field on the form used - tip: make it hidden.
-
We use an iframe on our site to allow punters to sign up for our newsletter. works fine - http://wineboxwarehouse.com.au
-
I too would really love to know the answer to this. Anyone?