| @@ -87,9 +87,9 @@ | ||
| 87 | 87 | end( $imported['form_status'] ); |
| 88 | 88 | $form_id = key( $imported['form_status'] ); |
| 89 | 89 | $response = array( |
| 90 | 90 | 'id' => $form_id, |
| 91 | - 'redirect' => FrmForm::get_edit_link( $form_id ), | |
| 91 | + 'redirect' => FrmForm::get_edit_link( $form_id ) . '&new_template=true', | |
| 92 | 92 | 'success' => 1, |
| 93 | 93 | ); |
| 94 | 94 | if ( ! empty( $imported['imported']['posts'] ) ) { |
| 95 | 95 | // Return the link to the last page created. |