I only see Web Forms & Email in Site Manager

Why do I only see Web Forms & Email settings in the Site Manager for a WebMarketing Site? Where did everything else go? I'm trying to upload a pdf file and that function is gone in BC.

Hi,
If you have published the site via Muse, Please try this
In Admin Panel, on your Right Hand side top, Mouse over on your name and Go to "My Details". You will see a check box "Enable online content editing". Check this box, Click save and logout. Login again, and goto site manager, you will see some more options like File manager
Please let me know if you have any other query.

Similar Messages

  • Can not see web forms

    I have installed two versions of forms developer on my pc:
    1. Forms [32 Bit] Version 9.0.4.2.0 (Production)
    2. Forms [32 Bit] Version 10.1.2.0.2 (Production)
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?form=myforms.fmx&userid=scott/tiger@orcl
    All my forms are in the c:\temp directory. I would like to see web forms.
    But I get the following error in the Internet Explorer: Error: Can`t find server or DNS (Internet Explorer)
    Does anybody have an idea?

    1 Have u started OC4j?
    2 What does below url gives?
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?
    3 Is this ur desktop or u are running from an IAS ?
    Rajesh ALex

  • Business Catalyst Site Manager Only Showing Web Forms

    I am having a horrible time trying to just apply and setup a template in business catalyst. I have gotten to the point where you add the HTML {tag_pagecontent} into a page in muse. Now I went to my admin panel and went to the site manager drop down. All it shows is web forms and system emails! Isn't there supposed to be buttons for templates etc?! I hope someone has the answers, btw I am using a trial site currently but that shouldn't make a difference right? Thanks in advance.

    I figured it out, I had to click on my name in the right corner within the BC admin. Then click on my details and scroll down and check box the "enable web editing" and save. That made all site manager options available.

  • Web Form Email Response Layout

    Hi All,
    I have a working web form that successfully sends plain text responses to my email address on submit
    Below is an example of the response i receive...
    Enquiry_Type:
    General Enquiry
    Name_Of_Sender:
    Jack Tyler
    Sender_Email__Address:
    [email protected]
    Message:
    Does This Work?
    submit:
    Send Message
    I have a couple of queries...
    1) How can i remove the submit:Send Message button from the reply.
    2) I would like to add formatting options to the reply so the questions are bold and the answer is in normal text. Also i would like to add a line between each section so that each section is clearer to read and less clustered. I have read about HTML email responses but I am unsure if this is the best option for me to use.
    Any help would be appreciated

    Hi the web form using the code is available here http://hfcc.0catch.com/contact.html.
    The code i am using is listed below.
    I hope this is what you needed,
    Thanks
      <?
    error_reporting(E_ALL);
    ******** Secure mailing script *****************
    ******** Copyright David Wilde *****************
    You can add your template to this page.
    Make your form action value the absolute or relative path to the location of this script once it is uploaded to your site.
    Example;
    Absolute path: <form method="post" action="http://www.yourdomain.com/scripts/mailprocess.php">
    OR relative path: <form method="post" action="scripts/mailprocess.php">
    Assuming you have a scripts folder and you upload the script to that folder.
    The script Checks that all fields contain information and validates the email address.
    You must have the email text field in your form set with the name of 'email' the name is case sensative, so make sure it is in lowercase.
    // Start config variables
    // ONLY CHANGE THE DETAILS IN BETWEEN THE QUOTES; E.G '[email protected]'
    $to='root@localhost'; // You must change this! This should be the email address you want the form information sent to.
    $subjectline='Website Feedback - Contact Us'; // The email subject line. You may leave this as is.
    ## Do Not Edit Below this Line ##
    $thanks=header('Location:http://localhost/HFCC/Email_Responses/Childcare_App_Response.html'); // This is the message given after successfull submission of form.
    $failed=header('Location:http://localhost/HFCC/Email_Responses/failed.html'); //This is the message given after message was unable to sumbit to sender.
    // The ['email'] should match the name= in the email text input box in your form. Used for email validation.
    // DO NOT CHANGE THIS HERE. Change your form to match this.
    $email = $_POST['email'] ; // collect users email from form for the email header.
    // Collect all information from form and check all fields have been filled in.
    if (sizeof($_POST)) {
    $body = "";
    while(list($key, $val) = each($_POST)) {
    if ($key == "Submit") {
    //do nothing
    else {
    $body .= "$key:\n $val\r\n";
    // Checks if $val contains data
    if(empty($val)) {
    /*echo ("<b><p><li>One or more required fields have not been filled in.</li></p>
    <p><li>Please go <a href='javascript: history.go(-1)'>Back</a> and try again</li></p></b>");
    exit();*/
    // Validate email address
    /*if(!preg_match("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[a-z]{2,}"."$",$email)){
    echo ("<b><li>Invalid email address entered. Go <a href='javascript: history.go(-1)'>Back</a> and try again</li></b>");
    exit();
    // Clean up email address
    if (get_magic_quotes_gpc()){
    $email = stripslashes($email);
    // Set headers
    $security = "From: ".$email."\r\n";
    $security .= "Reply-To: ".$email."\r\n";
    $security .= "Return-Path: \r\n";
    $security .= "CC: \r\n";
    $security .= "BCC: \r\n";
    ini_set("sendmail_from", $email);
    // Send the email.
    if ( mail($to, $subjectline, $body, $security, "-f".$email)) {
    echo $thanks;
    } else {
    echo $failed;
    ?>

  • Web Forms Email Notification

    Possibly dumb question here, but it's my first time with Business Catalyst and I'm working with a site someone else set up, so please forgive me.
    The client has a web form that takes consultation requests. Submissions go into the database, and the client gets an email. Currently, the email goes to [email protected]; they want it to go to [email protected] I've been looking though BC for the last hour and can't find anywhere where this is controlled. Where do I change the email address these notifications go to?
    Thanks

    Hi,
    Check the workflow set-up as this is the notification email that gets sent to the site users.
    - http://kb.worldsecuresystems.com/152/bc_152.html
    - http://kb.worldsecuresystems.com/657/cpsid_65743.html
    If still needing help please provide the site URL and the webform so we can verify your set-up.
    Kind regards,
    -Sidney

  • Web Form Email Advice

    I have designed a web form using for people to enter their contact details and request information from my site. How do I then make make that form send the info to me in an e-mail? I am using a webhosting service for my website and e-mails (register365.com).
    I don't want to store the data in a database or anything - am a newbie so go easy on me please
    Dw CS4 (OS X)

    Well, that would depend on what language your using.
    IE: PHP, HTML, etc.
    Here are several PHP links (if you use PHP):
    http://us.php.net/manual/en/function.mail.php
    http://phpmailer.codeworxtech.com/
    You can also do a search on 'send email' here...
    http://phpbuilder.com/board/forumdisplay.php?f=10 (a great resource for PHP programmers!)
    I hope this helps.
    Don

  • I only see Robo form bar and nothing else shows up on the screen

    I was using Firefox fine. Few days ago, it upgraded to the lateste vrsion whateer it is. Then, when I rau Firefox, I only see Roboform bar on desktop screen and nothing else. I uninstalled Firefox and installed old version 3.03. but the same problem occurs.

    Sorry, I clicked on the wrong link.
    davewdan

  • Unable to make members read only in web form.

    Hi,
    I have a webform which has Accound dimension in rows and Period in columns. I need to make only FEW members of account dimension READ ONLY to certain groups of users.
    So i went to the outline (in workspace) and used "Assign Access" option to assign certain groups as read only.
    Then in "Manage Data Forms" workspace in also assigned the same access to that particular webform.
    But still those Account dimension members are writeable. Am i doing anything wrong here?
    Regards
    Leo

    Hi,
    This is surprise to me that even after refreshing the security you are still facing with the same issue.
    Can you check going back to the EAS side to check whether the filters are really applied to the members.You can also try refreshing security from the EAS side.
    I think you just have to right click on Security in EAS and select *"Refresh Security from Shared services."*
    Hope this works...
    Thanks,
    Sourabh

  • Can only run Web form 1 time then error

    I have a link to a form in my portal and the first time I open the form it works great. Then I click BACK and try again and it gives me the Error= (FRM-92050: Failed to connect to the Server:/forms90/I90servlet:-1). Why is it doing that? Also, How do I set the link to automatically open a new page when I click the link and login automatically? Thanks alot for anyones help!

    Matthew,
    I think the problem you are running into is that you restart a new application (or the same but in a new process) without closing the first properly. There is a known issue with OC4J in Oracle9iAS 9.0.2 that prevents us to start a second Forms session in teh same Browser process. I am just guessing here because I don't have an environment to reproduce - but it would be plausible.
    For the link oart, you better ask in a Portel forum. Automatic login is performed using SSo in Forms.
    Frank

  • Can only see a few emails on iphone

    Mac Mail is my email client. When I use my iphone 5S to search for an old email, it is very limited and does not allow me to go back very far.
    How can I increase the number of emails to look at it in the inbox, and also how can I search back farther?

    This deleting option seems drastic.
    Is there a setting for maximum number of days or emails to be displayed on the phone?

  • Outlook 2010 pdf, I only see first email

    I backed up a bunch of emails into a pdf.  With my old version of Acrobat Pro, I could call up the pdf and see all the emails.  Now with Acrobat Pro XI, I can only see the first email.  How can I see the other emials that I know are there b/c the pdf is almost 900 megs in size.  What gives? 
    Thanks,

    Hi,
    If you have published the site via Muse, Please try this
    In Admin Panel, on your Right Hand side top, Mouse over on your name and Go to "My Details". You will see a check box "Enable online content editing". Check this box, Click save and logout. Login again, and goto site manager, you will see some more options like File manager
    Please let me know if you have any other query.

  • I can not get the thunderbird, very large picture off of my screen, very annoying. I now can only see about 7 of my email

    for some reason that I do not understand I started getting on my screen the Thunderbird page. I kept trying to cancel it but it would not go away. I finally said I would join. I was already using it so this continues to be annoying and it got worse when the "welcome to Tunerbird" appeared. As I say i was already using them. Now I can not get that off the screen and I can now only see about 7 emails, I have about 25.

    Can you post a screenshot?
    http://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

  • Muse and BC web forms deleted

    I created BC web forms to complete my Muse website
    and each time I publish from Muse all my BC webforms are erased? it remains only the web forms created within Muse.
    any idea what I am doing wrong?
    thanks for your help
    rgds
    Olivier

    I had a lot of trouble with this. I got some good assistance from Adobe. Create the form in the BC admin. Place it on a test page. Go to it as a user and fill it out and submit successfully.
    Now, in muse... use the "insert html" feature to place the tag to the form. I also found that it is good to go ahead and place the css file above the form tag for that form.
    So best if you customize it in dreamweaver or some editor, testing it on the "test" page you are using to submit it with an embeded as opposed to attached style sheet.
    So you can place the css and the form tag or the customized code, or a content holder with the customized code and the css in it. But for it to not Get over written; it has to have been placed on a page, and then from the front end as a user, go through it and submit so that the form will "stick". This is especially frustrating if you have not found this out and you have a live client site that is collecting money and every time you make a change for them on the fly; the form gets wiped out and sales stop when it is a seasonal deal and time is of the essence so I really appreciated the personal phone call I got over the Thanksgiving holidays from a person on Adobe technial support. If only it could have been explained so simply ahead of time and not taken all the escalations and wwaiting form answers. This made me look terrible to a client and it made BC look laughable. But, it won't happen again. You can delete the test page later or uncheck enabled in the admin online of BC.
    Depending how long your form is, in Muse, make your site's bottom of page bottom stretchy verticly.
    Also, if you are designing some snazzy form (as in my opinion we should be able to much easier in traditional html5 and css3 for BC)... You'll have to look at the css and convert those values over to the css of the BC form. Let me know if you find a better way but for sure Muse is capable of doing some sweet forms. The best I've ever seen. Just hard to work with form complex, custom forms.
    I at one time thought about designing the style of the form in muse, getting the css and fiuring out a good way to apply that to the custom BC forms I needed to make that were more complicated than "contact".
    I'd love to see a step by step on that "Anyone"...
    I'll up load a movie of a site where I did this that was just for a New Year's Eve Party so the site is down.
    Also enourmous, (I can't thank him enough) props to Randel Guilbro. He's an old friend and stepped in to help me re-build the forms every time they broke before the issue.
    See and example of mixed muse forms with the few forms from e-commerce that were originally getting overwritten here. ----> http://youtu.be/EJKNS_6-LHA
    Cheers,
    Tyson
    Message was edited by: 5iveMEDIA

  • How can I add a digital download (pdf) to an autoresponder from a web form?

    I have a simple web form on my site, name and email.  I know how to access and edit the autoresponder email, but I dont know how to add a digital download.  I want the auto responder to include a PDF.  Can anyone help me with this?
    G

    Don't know if you've resolved this, but I would put the PDF in the Media Downloads then just add the link within the autoresponder of the form.
    Hope this helps,
    Chad Smith

  • Typing not shown in web forms

    All of a sudden, the keys I type on web forms on some sites are not displayed in the text boxes. Some sites (like this one, and Google) work fine - others (such as the BBC and my favourite bulletin board) do not. The characters themselves are transmitted correctly to the web sites (when I have the confidence to submit them!). Also, I've noticed the layout of the affected sites looks a bit different (font, spacing or something like that), though I can't find any settings I may have accidentally altered.
    Safari under other logins on the same computer work fine. Other browsers on this login work fine.
    I've tried 'reset Safari', I've tried re-booting and I've tried deleting the plist file, all to no avail.
    Can anyone help? Please?
    iMac G5   Mac OS X (10.4.6)   Safari 2.0.3
    iMac G5   Mac OS X (10.4.6)   Safari 2.0.3

    Neil,
    Do you have any duplicate fonts?
    I would also recommend that you check out Font Management in Mac OS X Tiger and Panther, by Kurt Lang.
    ;~)

Maybe you are looking for

  • Moving a folder to a subfolder?

    Hi all, Maybe my question is really basic, but I just can't find a solution. I have created a folder in the main Power BI site on Office365. Now I'd like to move this folder into another folder. How can I do this? Regards, Pascal

  • Permissions oddity in Applications folder

    I've noticed two Permissions oddities. When I attempt to drag a downloaded application into the Applications folder, where it is "replacing" an existing file, an error message appears telling me I have insufficient permissions. I first need to remove

  • Samson cu01 usb mic

    Help! I cant seem to get my cu01 to work with logic express I have tried most everthing, including the advice samson gives on their site. when I select the cu01 in the audio hardware and play logic I dont get any input from the mic, as well, I get a

  • Calibration Executive error during PXI-5610 sequence.

    When running the PXI-5610 procedure in Calibration Executive, I get the prompt "NI-FGEN Create Arbitrary Waveform - Cannot write Real data when Data Processing Mode is Complex. Disable OSP or set Data Processing Mode to Real."  The procedure the erro

  • Sql timings, statistics

    hi, i want to test the difference between ANSI sql and oracle native sql using joins (inner, outer, left, right, full). how do i get the statistics? the timings? and where does this get displayed? into which table? plz help on this... thanx in advanc