How can I make a catalog request form?

We have a catalog that we mail out to our customers.  How can I make a form in BC that I can include on my site that will take the customers information and put it somewhere that will let me export that information once a month or so for mailings? Any ideas?  Thanks.
Josh

Hi Josh,
You sure can!
Couple options I can see...
1) Have customer fill out a subscription form that will add them automatically to a mailing list after submitting.
2) Update the purchase form to subscribe customers to a mailing list after purchase. 
In either case you just need to select the list you want the custom to be subscribed into within the web form.  You can export the list or set-up a newsletter campaign to these specific customers. 
Another option is to run a customer/order report based on your filters.  Then use the subscribe option to add the group of customers into an existing mailing list.
Hope this helps!
-Sidney

Similar Messages

  • How can I make different catalogs from the same image

    How can I make different catalogs from the same image where that image has been changed in some way between the catalogs. For instance if I wanted to have a catalogs for cropped images and have 3 catalogs one for 4x6 , 5x7 and 8x10 cropping. When I tried this , if I changed a file in one catalog that same image in the other would change also.

    Do not confuse the creation of the crops and the display in collections per crop ratio.
    Of course one virtual copy (VC) per crop ratio is needed. If the same image should be cropped in all 3 mentioned ratios there would be 3 VCs.
    The OP asked how to have/see a set of same-crop-ratios.
    After having created the virtual copies for whatever crop ratio he wants, the way to display this result in the fashion asked for is via smart collections, provided they can be found. Without a plugin the naming of the VC with the crop ratio applied is a straight way to achieve that.
    IF the wish is to get new crops automatically added. (See my answers 2+3)
    IF the wish is to creat static collections per crop ratio for a certain set of images, I'd go as follows:
    1. Select all images you want to have cropped in that way,.
    2. With this selection click on the + to add another collection and fill the dialog box like this:
    Then navigate into this newly created selection and perform the 4x6 crop - according to taste individually or by synchronizing the first crop.
    Cornelia

  • How can I make a catalog avaiable for all accounts on a laptop?

    At the moment the PSE11 (windows-version) catalog is saved in my pictures folder. Because my wife also uses the laptop (with Win 8.1) I now want to move the catalog from my private folder to a public folder on the laptop that is accessible for both accounts.
    1 Question: how can I move the catalog?
    2. After moving: are both accounts able to access the catalog with PSE11?
    3. After moving the catalog: do I need to move the folder with the pictures too (i suppose: yes)?
    Any hints much appreciated.

    The inability to merge accounts has been around since they first started using Apple IDs.  An issue almost ten years in the making, that one. 
    What I did was just use my Apple ID for my iTunes purchases and create the @me.com address to go with it.  However, you can sign in with both on your devices to use one for your email and sycning and the other for purchases.
    Apple did include this article for us in that department: http://support.apple.com/kb/HT4895

  • How can I make a drawing with forms in a column, so that it is fixed to that cell and it will be printed on that cell?

    If I have made  drawings with forms in a column, how can I tie it up on that cell, so it wil be printed on the right place in that column.

    If I have made  drawings with forms in a column,
    Not sure what you mean by "drawings with forms in a column" but if you mean you have a graphical object (photo, drawing, etc.) then you can select that image, command-c to copy to the clipboard, click once in a cell, and command-v to copy. That pastes it into the background of the cell. You can then adjust the width/height of the column/row as desired to display the image.  The image will then follow the cell wherever it goes.
    SG

  • How can I make an existing pdf form mobile friendly

    I have a mobile notary business and need to make Invoices for on the go.
    What Ive done:
    Ive created an image in Photoshop with basic text, table structure and company logo and save it as a pdf (saved file is 1.24mb)
    I imported the saved pdf into Acrobat Pro X, added fields, and saved (saved file is 4.29mb)
    The invoice is exactly how I want it, and runs great on the computer, but when I try to view it on my Droid Bionic or Galaxy Tab 10.1 using any pdf reader (including acrobat reader) it can't seem to open completely. It nearly freezes the devices.
    What Id like to do:
    Take the file Ive already made, and make it mobile device friendly so I can create and email invoices on the spot.
    What are my best options to do this?

    Well, I was running into problems saving a filled form on my galaxy tab and droid bionic, so thats why I was asking about the option... But I figured out the reader-enabled function and tested it (I had hoped to edit my post before you read it lol) but, it only gives me the option to "share" not to save. I tested it and sent emailed it to my computer, opened it and it was a filled form. One problem I foreseee though, is that the file (the filled invoice sent from my tab) is still editable. In other word, I could fill a form, email it to someone, and they could refill it to whatever they want. I need to be able to fill out a form on my tab/phone, save and email it to someone, and make it so they can't change anything... any suggestions?
    Apparently "reader" for the droid system doesn't have a "Save/Save As/export" option at all...
    But apparently if I open the Invoice PDF in Reader, fill it, then open the file in an office type app (I use quick office pro) Itll open the pdf WITH the fields fille, and then I can save as a *.docx file. But, it won't let me just opne/edit field in quick office. I've getting frustrated.
    Found a solution XD an app that allows one to open a pdf, fill the fields, "flatten" (so its no longer editible), and save. qPDF Problem solved
    It looks bad in InDesign, before exporting to PDF

  • How can I make OPAC in Oracle Forms Builder

    Hello everyone,
    I'm developing a Library Management System as my project in my Oracle subject.
    Can anyone tell me how to make OPAC module of Library management system in Oracle forms builder.
    I don't have any idea because this is my first encounter in this system.
    Thanks.
    I really appreciate all your help.
    God bless ^^

    Hi,
    Simple, using current values you can create new id , 'old' and name so oracle will create record, now refresh block, next using next_record in loop you can find record,erase one and refresh block.
    Adinath Kamode

  • How can I make Edit/Default Customization form with Java ?

    In previous portal relise developers have simple way to rendering Edit/Default Customization form:
    <% PortletRendererUtil.renderCustomizeFormHeader(portletRequest, out, null, "services_action", null, null); %>
    <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="2">
    <TR>
    <TD>Days</TD>
    <TD><INPUT TYPE="text" NAME="services_days" VALUE="<%= days %>" SIZE="10"/></TD>
    </TR>
    <TR>
    <TD>Rows</TD>
    <TD><INPUT TYPE="text" NAME="services_rows" VALUE="<%= rows %>" SIZE="10"/></TD>
    </TR>
    </TABLE>
    <% PortletRendererUtil.renderCustomizeFormFooter(portletRequest, out); %>
    In current portal version I can not find these methods, these methods not exists in JavaDoc and in jar's. And all old code do not works!!! Why?
    I must hide portlet borders and use <renderContainer>false</renderContainer> in provider.xml. Then portal do not render Edit/Default Customization form in Edit/Default mode. In previous relise I can make this form with Java code.
    My question: how I can get Edit/Default Customization form in Edit/Default mode with Java code?
    Thanks in advance
    Cheslav

    Hi George, the trick is to figure out which browser is your default now, and remove that designation using the Android settings for Apps. It might be Chrome or it might be something Samsung provides.
    This article has more information: [[Make Firefox the default browser on Android]].
    Does it work?

  • How can i make Apple Store request my password before installing updates?

    Since we have upgraded to iOS 6, Apple Store is not requesting any password when updating applications we bought. This is annoying as i personally wish to be the only one to have control on my updates.

    What are you talking about?

  • How can we make disable a Field of a FORM at run-time?

    Hi to everybody,
    I want to know that how can we make a filed DISABLE at runtime <whenever we run a FORM>.
    I know about SET-ITEM-INSTANCE-PROPERTY but don't know how to use it,
    please make it clear.
    I will be gratefull to all of you
    Thanking you in advance.

    There's no property values for enabled or disabled in SET_ITEM_INSTANCE_PROPERTY.
    Instead what you can do is set INSERT_ALLOWED, UPDATE_ALLOWED and NAVIGABLE to FALSE which basically what a disabled item behaves like.
    Regards,
    Tony

  • How can I make a form show complex composite data?

    How can I make a form show complex composite data?
    We would like a form to display the following information:
    Employee Names as the columns, 1 row for each calendar day, and each item in the block containing the total sales amount (and other information) for that employee for that day.
    This would require the block to function as a (composite) crosstab report.
    Here is an example:
    We have employees: Jane, John, Jim, and Janice
    We would like to see their total sales for the following days: 5/1 .. 5/5
    Jane John Jim Janice
    5/1 50 8 10 3 30 5 20 7
    5/2 40 7 60 8 10 2 30 4
    5/3 20 3 50 8 70 9 50 9
    5/4 51 8 40 7 40 8 50 8
    5/5 10 1 20 2 90 10 10 2
    We have a table with records of each day, for each employee, and their sales for that day.
    There is a possibility our list of employees can change as well as the number of days.
    Anyone tried doing anything like this with a form? We don't want to just embed a report because we would like to include other data as well besides what is mentioned above and we would like them to be able to change some of that data. Thanks in advance for any help.
    null

    I have a VERY similar problem where I want to have this matrix on the form with six days worth of data (three columns for each day) for my data table. I have done as Momen has suggested and created a view (using SQLPLUS):
    create table weekdays (weekday varchar2(3), date_x date);
    drop view employee_absences_v;
    create view employee_absences_v as
    select weekday,
    absence_date,
    hours,
    absence_code_lvid,
    adjustment_status_lvid
    from employee_absences ea, weekdays wd;
    that hopefully provides a row for each day of the week for my data table. The view is created OK but I'm not sure how to get it into the form properly. Also, I am using the form to CREATE rows in the data table not just SELECT and DISPLAY and there may or may not be a row of data for a corresponding day which is going to be a problem for me using this view method, I think. Let me know how this goes and if you get your form to work and how? Momen, your method appeals to me but it's not 100% clear how to get it to work in a form?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tina Radosta ():
    We tried to create the view (not with Designer because we don't have that). We were not successful in creating a view with a matrix. We would greatly appreciate your help.
    Thanks in advance,
    Tina<HR></BLOCKQUOTE>
    null

  • When filling out a form, some fields copy to others when I tab to the next. How can I make this stop?

    When filling out a form, some fields copy to others when I tab to the next. How can I make this stop?

    You can't using Adobe Reader. It looks like whomever created the form used the same identifiers (names) for various fields. Each field with the same name will populate with the information used in another field of the same name. This is intentional.
    Normally when I see this, it tells me that someone created an initial field then copy/pasted it to make additional fields but forgot to change the names.

  • How can I make my form be a certified document?

    Hi all,
    In my form, I want to export xml by using the script "Reference_Syntax.exportData( [ STRING param1 [, BOOLEAN param2 ] ])",
    for example, xfa.host.exportData("filename.xml",0).
    However, it is invalid. 
    It says that "This parameter1 is only valid on certified documents where the user has sufficient
    permissions".
    But how can I make my form be a certified document, or how can I get the sufficient permissions?
    Script "xfa.host.exportData("",0)" can be valid, but what I need is specifying the location and file name so that users can export xml just by clicking the button.
    Can I achieve this function?
    Waiting for your reply, thanks a lot!
    Ellie

    Please take a look at this discussion. Also, are your end users using Adobe Reader? If so, your document must be Reader Enabled withed LiveCycle RE to use the import / export xml functionality.

  • How can i upload pictures in these forms to make my descriptions more easy?

    how can i upload pictures in these forms to make my descriptions more easy?
    thanks!

    Hi Ace -
    Images can't be uploaded to this forum, but they can be displayed inside your post (inline) by making them accessible on a website. In that case put the url between two exclamation ('!') points, e.g. \!www.apple.com\!. You'll find more formatting info at [http://discussions.apple.com/thread.jspa?threadID=121950].
    You can see how your post will appear by clicking the Preview tab above the "Post Message: Reply" editor panel. Another trick that might come in handy: If you want to see how someone else formatted their post, just click Reply, then click the double-quote (") icon just below the Preview tab.
    Hope that helps!
    \- Ray
    !http://imgs.xkcd.com/comics/substitute.png!
    !http://4.bp.blogspot.com/_337VLNYe7kY/StxyRZtIBII/AAAAAAAAJxI/4oP1f4qbz14/s400/l auradern.jpg!

  • When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    Hi,
    you can find documentation for Designer under this website
    http://help.adobe.com/en_US/livecycle/10.0/documentation.html#task=4,5&module=2
    In Designer you can use the JavaScript API of Acrobat.
    So the Devnet for Acrobat is also a good source.
    http://www.adobe.com/devnet/acrobat.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf

  • How can I make a detailed form widget into TWO columns?

    how can I make a detailed form widget into TWO columns? I have a contact form with a lot of fields.

    Hi Whatsmyjam9999,
    You can place a blank composition widget then click tigger 1, click inside target 1 and from menu--> files--> place the image and adjust it's dimensions, you can repeat the same steps for trigger 2 and 3
    Here is a video link http://ghai2.worldsecuresystems.com/jing/2013-07-22_1442.swf

Maybe you are looking for

  • How to Display Parameter set in report ??

    Hi all...I have a multi select Parameter in a Report. Generally we use this statement to initialize parameters in template <?param@begin: parameter_name?> and to display that we use: <?parameter_name?> But this is good for single valued parameters I

  • Why is there an old file name next to the search icon on all my pop up windows?

    Parade Dental is an old project file which has now been deleted but for some reason it appears here. How do I get rid of it?

  • Prevent large numbers from becoming scientific notation on CSV import

    Hi, I'm importing contacts in a .CSV file into iWork Numbers and it takes a 12-digit phone number from a guy in the UK and turns it into scientific notation. So something like 447729803988 becomes 4.4772E+11 which obviously loses some important digit

  • Remittance advice to vendors

    I want to know how i can see the remittance advice form layout what is the procedure for issue of of remittance advice to the vendors. I have checked it by using F110 transation for automatic payment but the output is in the report form but i want th

  • Need the Documentation for "Log4PLSQL"

    Hi Recently i came across to implement the logging feature "Log4PLSql". I have Installed the feature to one of the schema user. I am not fully aware of the feature and been trying for the right documentation for the same but am not finding anywhere a