How to make a pop up form on my site to Muse?

I'm looking for a picture postcard style pop up to halfway to the bottom of my home page which has a subscription here form style on it and an option to close at the top right.

is it possible and if yes, how can I make it happen?

J

Hello

You can use any composition as a ToolTip widget, where you place the trigger on the page and remove hide originally intended which will appear as a popup on the page.

If you want to get in using html, via object > insert HTML code

This should help you:

http://www.YouTube.com/watch?v=Ufsz0V_CRLw

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • How to make a small contact form

    Can you let me know how to make a small contact form, so people can send their contact information and send me an email

    I sent an example see below on the contact page is a small U.S. E-MAIL link so if you click on the link, the contact form is in place.

    contact_form.JPGemail us.JPG

    ALT-Web Design & Publishing: sensitive Contact form with 3.2 Bootstrap and PHP (part 1)

  • How to expand a panel any accordion in preview site with Muse?

    How to expand a panel any accordion in preview site with Muse?

    Hi Sycal,

    Please refer to: can I put my Accordion widget to 'develop' tabs?

    Kind regards

    Akshay

  • How to check my Pinterest business account on my site of Muse?

    How to check my Pinterest business account on my site of Muse?

    Hello

    get the metadata of pinterest and add it to the home page, properties-> metadata Page-> under the head. Publish your site, and then check it will work

    Follow the link below to get the metadata of pinterest

    https://help.Pinterest.com/entries/22488487-verify-with-HTML-meta-tags

    Please let me know if you have any other question.

  • How can I add a WOWSlider slideshow on my site of Muse?

    How can I add a WOWSlider slideshow on my site of Muse?
    I tried and tried, but it just doesn't work. I have seen several posts here, communicated with the support of WOWslider but nothing seems to work.

    Please check this post on the forum where users could not workout with Wowslider:

    http://forums.Adobe.com/message/5287978#5287978

    Thank you

    Sanjit

  • How to make a program more former execution in windows 1.5 to enable my scanner HP scanner?

    I get an error message "incompatible application" when I try to scan on my HP Photosmart Plus B210 series.  I ran the troubleshooting and the supposed solution said to make older programs in this version (1.5) of Windows.  How to make a version more old execution?

    Hello

    Are you referring to Windows Azure 1.5 and if so you can post your question to:

    http://social.msdn.Microsoft.com/forums/en-us/windowsazuretroubleshooting/threads

  • How to make a website simple page that scrolls like this muse adobe site?

    Hi, I'm working on this site: http://johanspeaks.BusinessCatalyst.com/index.html

    I would like a function navigation bar and scroll the single page like this site: http://asiercarazo.com/

    I can't know if this is the same page different pages and subpages and if it's the same page how to make the menu bar to function like that.

    Thanks for the tips!

    Her fair anchors - http://tv.adobe.com/watch/muse-feature-tour/muse-create-anchor-links/

    The navigation bar is pinned to the left - http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/

    Thank you

    Vinayak

  • How do add you an RSS feed on your site of MUSE?

    I can't understand how to add an RSS feed on my site of Muse. If someone could let me know, I would appreciate it.

    Thank you, Vanessa

    Hi Vanessa,

    Please check the following threads

    Re: Adding the nytimes RSS feed for MUSE

    How can I add a RSS FEED for Muse

  • How to make this customization of form for the purchase of the oracle

    Hi all

    Uses oracle E - Buz - R12.1.3.

    I tried to make a small format customization

    RESP-> purchase-> applications-> requisitions.

    Today I am sick query for a number of REQ 1130011 for example. Next evil enter a new line at the level of the line.

    Requirement:

    Once level data entry line, user will try to save the line.

    So, right now. I need to send a message.

    When the Destination Type is "Fresh" and the user does not enter into the details of the project in the Distribution tab. Then I need to launch a pop-up message.



    So I tried like this

    Created a new FORM customization

    Triggering event: WHEN-VALIDATE-RECORD

    Trigger the subject: LINES

    Condition:

    : SYSTEM. RECORD_STATUS ("INSERT", "CHANGED") AND: LINES. DESTINATION_TYPE_DISP = 'Fees' AND: DISTRIBUTIONS. REQ_LINE_QUANTITY IS NOT NULL AND: DISTRIBUTIONS. PROJECT A NULL VALUE


    And in Action, I've created a message type and mentioned to show.

    So now the problem is when the user click save button without going into the details of the project the message is put to fire and I have three or four times click on ok and the recording is getting saved.

    So my requirement comes when pop messages when I click ok I need to go back on the block of project.

    Can someone help in the obligation to be resolved.


    Thanks and greetings
    Srikkanth.M

    Fact

  • How to open a Pop Up form on click of a button

    I think that the title of the question is clear enough. I have a button named "Contact us" in my Adobe Muse Web site. I want to open a pop to a form offered by Muse software.

    I want just the form to be more prominently, in a big pop - up that would be great or an alternative could be the rest of the site gets blurred or blackened and the form remains invisible.

    I'm not a web developer. Anyone know how to implement this? Thanks to advance1

    Please visit the following link: http://popupform.designflame.in/index.html

    If this is the kind of effect you are looking for, you can view the source file for the same here: http://popupform.designflame.in/popupform.muse (just a form placed inside a Lightbox Composition widget).

    Hope that helps.

    See you soon,.

    Vikas

  • How to make a pop-up without button?

    Hi, I create a game where the player moves according to a ride and arrive at the designated space, there will be an interactive pop-up coming out immediately.

    However, I am unable to do it without a button to call the context menu. Is there anyway to make sure the pop-up is called automatically?

    The window is not a URL, and a clip from movie.

    In Flash player, there is no pop-up window, if you need something like this it must create a pop-up java script function in your web page and name it ActionScript...

    In your case, I think you don't need to do that just use a function to show and hide the window inside the SWF...

    For example:

    var window_mc:MovieClip = new MovieClip();

    var textField:TextField = new TextField();

    var textFormat:TextFormat = new TextFormat();

    textFormat.font = "Arial";

    textFormat.size = 15;

    textFormat.color = 0 x 666666;

    textField.text = "Your text here...";

    textField.wordWrap = true;

    textField.setTextFormat (textFormat);

    textField.width = textField.textWidth + 5;

    textField.height = textField.textHeight + 5;

    window_mc. AddChild (TextField);

    window_mc.x = 200;

    window_mc.y = 100;

    window_mc. Visible = false;

    addChild (window_mc);

    Now, the pop-up is on the stage, you can use window_mc.visible = true; from show it when you want, and window_mc.visible = false; to hide.

  • How to make small pieces of form in a solid shape in illustrator?

    I downloaded a vector printing it is a camouflage design with forms made from pieces of mosaic.

    It's the sample:Screen Shot 2015-08-08 at 9.45.23 AM.png

    As you can see, the colored blocks are actually all the little pieces separated, but they are the form of the OMB. What I was trying to do was to make these pieces together a solid form. I want to do the solid WHITE. The only thing I could do was to use the pen tool and just shoot to make this filling Uni. As you can see, I tried to do this for 2 of them. But I was wondering if there was a faster way to achieve this? Because ultimately, I want to do it for all the colored pieces - because I like the shape of the OMB here. Or I would go only a few pieces of mosaic. The gray part of this image is a solid background color. These are all pieces of distinct vectors.

    I hope this makes sense? I just hope there is a quick solution to fill these pieces in full solid.

    Thank you!!!

    First to use object > path > offset path to enlarge rooms. Then use the pathfinder (from the Panel) fusion

  • Hovering / clicking on an image - how to make a pop-up dialog box with information appear?

    Hello world

    I'm a newbie to Dreamweaver.

    Basically, I found a few nifty sites out there that when you hover/click on image

    a simple clear box pop up appears with information about this image... I find this very catchy

    I use ADOBE CS3 - create it in Dreamweaver or Fireworks

    I understand the images of flight path and how use - however I want just a pop-up box to appear as a 'bubble '.

    The ideas people? I understand that if some people may consider this question to be, this guy is off help?

    Any direction/help appreciated...

    Thank you

    Irishman Brian

    The quickest way to add tooltips to your images is with the TITLE attribute.

    width title = "a clever description goes here" = "XX" height = "XX" alt = "that the image is" >

    For fancy effects, use JavaScript.

    http://www.Walterzorn.com/ToolTip/tooltip_e.htm

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • Anyone who has the idea of how to make this pop-up effect in muse?

    Untitled.png

    So when I click on this red circle this pop up appears. Its cool when effect preview designated starter in the Welcome screen, but not included when you open Starter models in Muse.

    So someone knows it is possible to do in the Muse or it's JavaScript that must be imported separately?

    It's this widget. Meanwhile, a few changes:

    Focal-Point-Muse-widget

  • How to make a pop-up secondary menu?

    Hi, I have 3 States here and I do a context menu for the 3 States in the first column, and in the second column, I hope that the content of the context menu depends on the first column, I chose, which means that the selection is narrowed down.

    Hi Tulip.

    This user tip can help

    Context menus nested (or waterfall) in figures 3

    Concerning

    Ian.

Maybe you are looking for

  • Why the link to yahoo email will nginx server? Cannot get into my mail.

    When I click on any of the yahoo mail icons, a new page opens that says; 404 not found, nginx/0.6.32

  • HP Envy 700-311: graphics card

    Quick Queistion, what graphics card should I buy that can fit in my pc and what is recommended I should use for this pc for games. I found some online, but I'm not sure if they fit into the pc and/or need any additional power ports, and another quest

  • CF card for 5 d

    I intend to buy a card of more high capacity for my Canon 5 d (no mark II or III) and I do not understand that it is not capable of UDMA so a speed of 133 x card will suffice. I would like to know if the firmware will support a 32 GB card, otherwise

  • I still have trouble losing my ip address, it fails to connect. I'm sick of it. Help, please

    My server has check all the problems on this end. My computer freeze and say does not. tone I checkit told me it cannot locate my ip address. Then tried to pay for something that I can't use it properly. Please can you help me somehow?

  • WCS - Lobby Ambassador users don't see the other guest users

    Hi, we currently have the problem with WCS 5.2 that a user from the group "Lobby Ambassador" can be seen guest users that have been created by another user in this group. The user can only see his own guests created users. All are in the same virtual