What steps will reproduce the problem?
1.
create a file with a link to open a modalbox
S'enregistrer
2.
create another one with a form
<form id="suscribeForm" action="#" method="post"
onSubmit="javascript
:Modalbox.show('', 'testReceptionPost.php', {width:
430, height:440, afterResize: function() { alert(1); } });return false;">
<input type="text" name="test"/>
<input type="submit" value="ok"/>
</form>
3.
create a last one in order to display the data posted by the form
<?
extract($_POST,EXTR_OVERWRITE);
echo "Voici les données du formulaire\n";
echo "test:".$test."\n";
?>
What is the expected output? What do you see instead?
We shoud see the modalbox be resized and the data entered in the input field.
Insted we see no data corresponding to the input field.
What version of the product are you using? On what operating system?
ModalBox 1.5.2 on ovh servers (
http://www.ovh.com)
Please provide any additional information below.
Thanks