ループ内
1 2 3 4 5 6 7 8 | <?php //問い合わせフォーム $subject = str_replace ( "&" , "&" ,get_the_title()); ?> <script type= "text/javascript" > jQuery(document).ready( function () { jQuery( "input#tamatour" ).val( "<?php echo $subject; ?>" ); }); </script> |
1 2 3 | <tr><th>ツアー名</th> <td> </td> </tr> |