Jump to content

Create Form In Reveal Foundation Zurb


Petani

Recommended Posts

hi friends, i have problem,

i'm using foundation zurb form my project now. this's my first time use foundation zurb.

 

n i use reveal feature to display a form.

the form display, but when i click submit, nothing happen,

how can be like that??

 

i just try a simple reveal just like below,

 

<a href="#" data-reveal-id="form_up">form</a>

<div id="form_up" class="reveal-modal">
<form action="go.php" method="POST">
<label>username</label>
<input type="text" name="name" required>
<input type="submit" value="save">
</form>
</div>

 

how to solve that friend?

 

thanks before, friends

Link to comment
Share on other sites

hi friends, i have problem,

i'm using foundation zurb form my project now. this's my first time use foundation zurb.

 

n i use reveal feature to display a form.

the form display, but when i click submit, nothing happen,

how can be like that??

 

i just try a simple reveal just like below,

 

<a href="#" data-reveal-id="form_up">form</a>

<div id="form_up" class="reveal-modal">
<form action="go.php" method="POST">
<label>username</label>
<input type="text" name="name" required>
<input type="submit" value="save">
</form>
</div>

 

how to solve that friend?

 

thanks before, friends

 

Well all that submit button will do is send the form data to "go.php", if that's what you're asking?

 

Do you have a page called "go.php"? All you then need to do is catch the form data with $_POST.

 

If you don't, then of course it isn't going to do anything.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.