How to make form register in adobe edge?

hy, how to make coding form register in adobe edge? please help me

hy, master uboss..
could i ask again?
i was tried it as your suggestion but after i fill it data still cant send to database..
could you give some suggestion longer?
file connection.php
<?php
$host = "localhost";
$user = "root";
$password = "";
$database = "register";
mysql_connect($host,$user,$password) or die ("database tidak terhubung, cek koneksi");
mysql_select_db($database);
?>
file proses.php
<?php
include "koneksi.php";
$password=$_POST['password'];
$username=$_POST['username'];
$email=$_POST['email'];
$fullname=$_POST['fullname'];
$query=mysql_query("insert into daftar(password, username, email, fullname)
value('$password','$username','$email','$fullname')");
if($query){
echo "Data Berhasil ditambah";
?><a href="/bukutamu.php">  Lihat Data Masuk</a><?php
}else{
echo "Gagal input data";
echo mysql_error();
?>
file login.php
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  <title>Senza nome</title>
<!--Adobe Edge Runtime-->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <script type="text/javascript" charset="utf-8" src="login_edgePreload.js"></script>
    <style>
        .edgeLoad-EDGE-1488021 { visibility:hidden; }
    </style>
<!--Adobe Edge Runtime End-->
</head>
<form action="proses.php" method="POST">
<body style="margin:0;padding:0;">
  <div id="Stage" class="EDGE-1488021">
  </div>
</form>
</body>
</html>
after submit
     database---->>> stil blank...

Similar Messages

  • How to make a field in adobe form noneditable

    how to make a field in adobe form noneditable. like info keys..
    when this form is sent through worflow the receiver shudnt be able make changes to the field value...(I have a form, which has fields prefilled(like pernr employee name) but these fields are in editable able..(i want only some fields to be uneditable not all)
    Edited by: kumar gaurav on Apr 11, 2008 8:04 AM

    Hi,
    You can make fields non-editable at runtime using this code:
    field.access = "readOnly"
    Hope this helps.
    Amit

  • How to use time stamps en how to make time stamps in Adobe Reader

    How to use time stamps en how to make time stamps in Adobe Reader

    Did you find a solution? I am having the same problem.
    PDF compatibility level is too high. Supported PDF versions are PDF 1.3 and PDF 1.4 (Acrobat 4, 5 and 6). If you are using Acrobat 7 or higher you will need to save your file at a lower PDF compatibility level.

  • How to make text columns with adobe muse

    Hi,How to make text columns with adobe muse (like InDesign)?

    Multiple columns can be acheived with CSS - http://www.w3schools.com/css/css3_multiple_columns.asp
    div
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
    I'm surprised that Muse does not support text columns yet, but perhaps the custom CSS can be added in style tags on page properties. Haven't tried it, but don't see why it wouldn't work.

  • How to make Form builder 10g step into libraries *.pll while remote debug

    How to make Form builder 10g step into libraries *.pll while remote debug. It attaches fine and goes through code located in form but skips pll's. In this case I am interested in debuging CUSTOM.pll. How to step into pll's and is it possible at all?

    Is the library in the same directory or within your FORMS_PATH? Note that the runtime setting in the default.env doesn't work for the builder.
    cheers

  • How to adjust bullet points in Adobe Edge Animate?

    How to adjust bullet points in Adobe Edge Animate?
    when a bullet point is long and does not fit in one line it apears in the next line unaligned.

    Hi Elaine,
    Yes, the only way I have discovered so far is using HTML and force it on stage based on my text width size, otherwise bullet list won't be align vertically. This is how currently I do it:
    sym.$("text1").html("<br>● Lorem ipsum dolor sit amet, consectetur adipisicing elit<br>&#160;&#160;&#160;Lorem ipsum dolor sit amet, consectetur adipisicing elit <br>● Lorem ipsum dolor sit amet, consectetur adipisicing elit")
    Thank you for your help in advance.
    Sean

  • How to make form based authenticaiton in adf security?

    Hi all
    How to make form based authenticaiton in adf security?
    help give example video or project.
    Thanks lhagva

    Have you read the docs (http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/adding_security.htm)?
    Timo

  • How to make subforms editable in ADOBE forms

    Hello All,
       The 'Pagination' for few of the subforms are editable, and for few of the subforms are not editable.
    Actaully i have to set the 'overflow' for one subform, but the whole pagination is dispaly mode.
    (i can edit pagination for other subforms).
    can someone help how to make it editable.
    Thanks in advance
    Best Regards,
    Amarender Reddy B

    Hello Amar,
    Can please explain the problem you are facing with more clearer words. I am unable to make out any thing from this post.
    You might have some problem with Pages. We have two type of pages body and master. If a perticular subform is there in master page you can not edit it on the body page.
    Regards,
    Vikash

  • How to make downloadable links in Adobe Muse

    I am new to website design and am trying to figure out how to make downloadable links for some PDF flyers, PSD templates I am creating.   Not sure if "downloadable links" is the correct term for what I'm trying to say but in a nutshell I am creating Business Flyer's in PDF form and Photoshop PSD template files that I would like to be able to have my users click a link that allows them to download them right to their desktop.  Any help would really be appreciated!

    Hi caybar10gaming,
    I had the same question as you and was searching online for how to add "downloadable links" as well so your not alone in that lol. Anyways, I found this video that explains how to do this. I hope this helps you, as it did me. Good Luck  
    http://tv.adobe.com/watch/muse-feature-tour/add-and-link-to-any-type-of-file/
    -Caitlin

  • How to make form fields "Clickable"

    Hey Guys,
    I created a Fillable PDF Form with Form fields using ADOBE Acrobat 9.0 Pro-Ex + LiveCycle Designer for Windows XP.
    My question is when you create a form, is there a way to make form fields "clickable" instead of just auto-tab? Because if you mess up when filling out the form, you don't want to have to tab through the whole document just to get back to that spot. How can i fix that?
    My other question is, when printing the form, the form field "text boxes" always show up. Is there a way to hide the boxes and just print the form without them. (The information that was filled in will still show, just the outline of the boxes won't?)
    Thanks a bunch,
    Joseph

    Unfortunately I don't know enough about Designer to tell you what you did to make the boxes unclickable, but for me I've never had an issue doing that.
    However, I can tell you what you need to do to get rid of the boxes around each of your text fields.
    1. In design mode, select the field(s) you wish to get rid of the borders on. (If all you have are text fields, you can press Ctrl+A to select all fields. If not, you can hold down the Ctrl button while left-clicking each field to change all text fields at once.)
    2. Open the Object window (Shift+F7 toggles this on and off). Find the option for Appearance.
    3. Click the drop down menu next to Appearance and choose none.
    4. The borders will now be gone from the text fields.

  • How to make a mangled circle smooth-edged again

    AI CS3.<br /><br />I'm fixing someone else's file. I've got a circle (filled with a gradient) into which an irregular shape (basically a square which was curved on the edge where it met the circle) was cut. The square had to be deleted (it contained a graphic we didn't want) which left me with a big white squarish space cut into the circle.<br /><br />I can move the two corner points that formed the square out to the edge of the circle, but I can't figure out how to make them curve points. Right now I've got a circle with some straight line segments that ruin the circular path.<br /><br />I knew how to do this in FreeHand. <grumble><br /><br />If someone can tell me how to do a Paste Into in Illustrator, I might be able to go back to my original file and paste the gradient into the irregular shape and match it up with the gradient in the circle.<br /><br />TIA,<br /><br />Marlene

    Marlene
    Are you sure you do not have a Compound Path that you can release?

  • Can 3 vertical Radio Buttons span 3 rows in a table? AND how to make form highlight when radio butto

    I am trying to add 3 grouped vertical radio buttons where one is on each line of a 3 row table. When I group the 3 buttons it squeezes them into one row, is there a way I can have them grouped and one in each.
    Also, I would like to know how to make part of the form highlight when one of the 3 buttons is selected

    Hi,
    If I am not wrong, a table cell can hold only one component or none. In order to place the radio group to different positions vertically, you can use subforms instead of table.
    Asiye

  • How to make a blimp in Adobe After Effects?

    I'm making a video with a blimp in it soon, is it possible to make a blimp in Adobe After Effects? If you can't could you please name some free softwares that could make a blimp? Thanks so much if you can (A Moving Blimp Shown from bottom)

    This completely depends on your shot. You could simply cut out a shot of a blimp using Photoshop and animate that moving across the screen, or you could do camera projection in a 3D app and model a 3D blimp. Blender is a very powerful open source (free) 3D program that I use all the time. It will take you a couple of weeks to learn enough to set up the kind of a scene I just described.
    It sounds like you're just starting out so I'd go for the first solution. Find the shot of the blimp first, then, based on the angle of the shot, shoot the shot you want to use as the background plate.
    Blimp, cut out in Photoshop, layered with background plate =
    Notice how the light is coming fromthe same direction and has about the same quality.

  • How to make an Image in Adobe Muse  100% height ?

    100% width, it's ok; but I don't find how to make a 100% height image (wich follows my browser height)?
    I work with adobe Muse CC 2014
    thanks !

    You can use the image as browser fill and then set the position of image such that it remains to its position. This can be used as a workaround for using image as browser height.
    Thanks,
    Sanjit

  • How to create a scrollbar using adobe edge animiate

    hello again,
    i am having trouble creating a custom scrollbar with scrolling content using adobe edge animiate. i first tough that adobe edge animiate replace flash catalyst but with flash catalyst, i can easily create scrollbar but i am having a hard drive.
    i know that i can use the overflow but i want to create a custom scrollbar with custom color, just like when using flash catalyst.
    please help.

    Hi Darrell!
    I've develeppoed a scrubber starting from the modification JackPister made to your code:
    http://forums.adobe.com/message/4802851#4802851
    I would like that scrubber can move in a circular path and it actually moves, but doesn't scrub... :-(
    Any idea!
    Many thanks in advance for your support!
    Davide

Maybe you are looking for